Class: Aws::IoT::Types::DescribeThingRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeThingRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the DescribeThing operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing.
 
Instance Attribute Details
#thing_name ⇒ String
The name of the thing.
      6385 6386 6387 6388 6389  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6385 class DescribeThingRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end  |