class Aws::IoTDataPlane::Types::UpdateThingShadowRequest
The input for the UpdateThingShadow operation.
@note When making an API call, you may pass UpdateThingShadowRequest
data as a hash: { thing_name: "ThingName", # required shadow_name: "ShadowName", payload: "data", # required }
@!attribute [rw] thing_name
The name of the thing. @return [String]
@!attribute [rw] shadow_name
The name of the shadow. @return [String]
@!attribute [rw] payload
The state information, in JSON format. @return [String]
Constants
- SENSITIVE