Class: Aws::IoT::Types::DescribeThingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass DescribeThingRequest data as a hash:

{
  thing_name: "ThingName", # required
}

The input for the DescribeThing operation.

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the thing.

Returns:

  • (String)


4386
4387
4388
4389
# File 'lib/aws-sdk-iot/types.rb', line 4386

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