ListNamedShadowsForThing

data class ListNamedShadowsForThing(val thingName: ThingName, val nextToken: String? = null, val pageSize: Int? = null) : IotDataPlaneAction<NamedShadows> (source)

Constructors

Link copied to clipboard
constructor(thingName: ThingName, nextToken: String? = null, pageSize: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<NamedShadows, RemoteFailure>