Class: Aws::IoTDataPlane::Types::DeleteThingShadowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb

Overview

The input for the DeleteThingShadow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shadow_nameString

The name of the shadow.

Returns:

  • (String)


35
36
37
38
39
40
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 35

class DeleteThingShadowRequest < Struct.new(
  :thing_name,
  :shadow_name)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing.

Returns:

  • (String)


35
36
37
38
39
40
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 35

class DeleteThingShadowRequest < Struct.new(
  :thing_name,
  :shadow_name)
  SENSITIVE = []
  include Aws::Structure
end