Class: Aws::IoTDataPlane::Types::UpdateThingShadowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::UpdateThingShadowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The output from the UpdateThingShadow operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ String
The state information, in JSON format.
Instance Attribute Details
#payload ⇒ String
The state information, in JSON format.
474 475 476 477 478 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 474 class UpdateThingShadowResponse < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |