Class: Aws::IoTDataPlane::Types::GetThingShadowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::GetThingShadowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The output from the GetThingShadow 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.
131 132 133 134 135 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 131 class GetThingShadowResponse < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |