Class: Aws::IoT::Types::DescribeThingTypeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeThingTypeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output for the DescribeThingType operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_type_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing type ARN.
 - 
  
    
      #thing_type_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing type ID.
 - 
  
    
      #thing_type_metadata  ⇒ Types::ThingTypeMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
 - 
  
    
      #thing_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing type.
 - 
  
    
      #thing_type_properties  ⇒ Types::ThingTypeProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
 
Instance Attribute Details
#thing_type_arn ⇒ String
The thing type ARN.
      6491 6492 6493 6494 6495 6496 6497 6498 6499  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6491 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_id ⇒ String
The thing type ID.
      6491 6492 6493 6494 6495 6496 6497 6498 6499  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6491 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_metadata ⇒ Types::ThingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
      6491 6492 6493 6494 6495 6496 6497 6498 6499  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6491 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_name ⇒ String
The name of the thing type.
      6491 6492 6493 6494 6495 6496 6497 6498 6499  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6491 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
      6491 6492 6493 6494 6495 6496 6497 6498 6499  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6491 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end  |