Class: Aws::IoT::Types::CreateThingGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateThingGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group ARN.
 - 
  
    
      #thing_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group ID.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group name.
 
Instance Attribute Details
#thing_group_arn ⇒ String
The thing group ARN.
      4007 4008 4009 4010 4011 4012 4013  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4007 class CreateThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_id ⇒ String
The thing group ID.
      4007 4008 4009 4010 4011 4012 4013  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4007 class CreateThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The thing group name.
      4007 4008 4009 4010 4011 4012 4013  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4007 class CreateThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id) SENSITIVE = [] include Aws::Structure end  |