Class: Aws::IoTDataPlane::Types::GetThingShadowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::GetThingShadowRequest
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb
Overview
The input for the GetThingShadow operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shadow_name ⇒ String
The name of the shadow.
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#shadow_name ⇒ String
The name of the shadow.
158 159 160 161 162 163 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 158 class GetThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
158 159 160 161 162 163 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 158 class GetThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |