Class: Aws::IoTDataPlane::Types::UpdateThingShadowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::UpdateThingShadowRequest
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb
Overview
The input for the UpdateThingShadow operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ String
The state information, in JSON format.
-
#shadow_name ⇒ String
The name of the shadow.
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#payload ⇒ String
The state information, in JSON format.
460 461 462 463 464 465 466 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460 class UpdateThingShadowRequest < Struct.new( :thing_name, :shadow_name, :payload) SENSITIVE = [] include Aws::Structure end |
#shadow_name ⇒ String
The name of the shadow.
460 461 462 463 464 465 466 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460 class UpdateThingShadowRequest < Struct.new( :thing_name, :shadow_name, :payload) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
460 461 462 463 464 465 466 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460 class UpdateThingShadowRequest < Struct.new( :thing_name, :shadow_name, :payload) SENSITIVE = [] include Aws::Structure end |