Class: Aws::IoT::Types::CreateThingGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateThingGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #parent_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the parent thing group.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata which can be used to manage the thing group.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group name to create.
 - 
  
    
      #thing_group_properties  ⇒ Types::ThingGroupProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group properties.
 
Instance Attribute Details
#parent_group_name ⇒ String
The name of the parent thing group.
      3986 3987 3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3986 class CreateThingGroupRequest < Struct.new( :thing_group_name, :parent_group_name, :thing_group_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage the thing group.
      3986 3987 3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3986 class CreateThingGroupRequest < Struct.new( :thing_group_name, :parent_group_name, :thing_group_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The thing group name to create.
      3986 3987 3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3986 class CreateThingGroupRequest < Struct.new( :thing_group_name, :parent_group_name, :thing_group_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_properties ⇒ Types::ThingGroupProperties
The thing group properties.
      3986 3987 3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3986 class CreateThingGroupRequest < Struct.new( :thing_group_name, :parent_group_name, :thing_group_properties, :tags) SENSITIVE = [] include Aws::Structure end  |