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.
118 119 120 121 122 123 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 118 class GetThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
118 119 120 121 122 123 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 118 class GetThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |