You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::DescribeThingTypeResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::DescribeThingTypeResponse
 
- Defined in:
- (unknown)
Overview
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.
#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.