Class: Aws::IoTDataPlane::Types::DeleteThingShadowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::DeleteThingShadowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The input for the DeleteThingShadow 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.
35 36 37 38 39 40 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 35 class DeleteThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
35 36 37 38 39 40 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 35 class DeleteThingShadowRequest < Struct.new( :thing_name, :shadow_name) SENSITIVE = [] include Aws::Structure end |