Class: Aws::IoTDataPlane::Types::GetThingShadowRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#shadow_nameString

The name of the shadow.

Returns:

  • (String)


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_nameString

The name of the thing.

Returns:

  • (String)


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