Class: Aws::IoT::Types::ThingGroupDocument
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ThingGroupDocument
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The thing group search index document.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group attributes.
 - 
  
    
      #parent_group_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Parent group names.
 - 
  
    
      #thing_group_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group description.
 - 
  
    
      #thing_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group ID.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group name.
 
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The thing group attributes.
      14763 14764 14765 14766 14767 14768 14769 14770 14771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14763 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end  | 
  
#parent_group_names ⇒ Array<String>
Parent group names.
      14763 14764 14765 14766 14767 14768 14769 14770 14771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14763 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_description ⇒ String
The thing group description.
      14763 14764 14765 14766 14767 14768 14769 14770 14771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14763 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_id ⇒ String
The thing group ID.
      14763 14764 14765 14766 14767 14768 14769 14770 14771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14763 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The thing group name.
      14763 14764 14765 14766 14767 14768 14769 14770 14771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14763 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end  |