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

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

Instance Attribute Details

#thing_nameString

The name of the thing.

Returns:

  • (String)


53
54
55
56
# File 'lib/aws-sdk-iotdataplane/types.rb', line 53

class GetThingShadowRequest < Struct.new(
  :thing_name)
  include Aws::Structure
end