Class: Aws::IoT::Types::CreateThingTypeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateThingTypeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output of the CreateThingType operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_type_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the thing type.
 - 
  
    
      #thing_type_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing type ID.
 - 
  
    
      #thing_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing type.
 
Instance Attribute Details
#thing_type_arn ⇒ String
The Amazon Resource Name (ARN) of the thing type.
      4109 4110 4111 4112 4113 4114 4115  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4109 class CreateThingTypeResponse < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_id) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_id ⇒ String
The thing type ID.
      4109 4110 4111 4112 4113 4114 4115  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4109 class CreateThingTypeResponse < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_id) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_type_name ⇒ String
The name of the thing type.
      4109 4110 4111 4112 4113 4114 4115  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4109 class CreateThingTypeResponse < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_id) SENSITIVE = [] include Aws::Structure end  |