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

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

Overview

The input for the DescribeThing operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the thing.

Returns:

  • (String)


6385
6386
6387
6388
6389
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6385

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