UpdateThingShadowRequest
public struct UpdateThingShadowRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The state information, in JSON format.
Declaration
Swift
public let payload: Data -
The name of the shadow.
Declaration
Swift
public let shadowName: String? -
The name of the thing.
Declaration
Swift
public let thingName: String -
Undocumented
Declaration
Swift
public init(payload: Data, shadowName: String? = nil, thingName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateThingShadowRequest Structure Reference