Class: Aws::IoTDataPlane::Types::GetThingShadowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::GetThingShadowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
Note:
When making an API call, you may pass GetThingShadowRequest data as a hash:
{
thing_name: "ThingName", # required
}
The input for the GetThingShadow operation.
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#thing_name ⇒ String
The name of the thing.
53 54 55 56 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 53 class GetThingShadowRequest < Struct.new( :thing_name) include Aws::Structure end |