Class: Aws::IoT::Types::ThingGroupMetadata
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::ThingGroupMetadata
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Thing group metadata.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The UNIX timestamp of when the thing group was created. 
- 
  
    
      #parent_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parent thing group name. 
- 
  
    
      #root_to_parent_thing_groups  ⇒ Array<Types::GroupNameAndArn> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The root parent thing group. 
Instance Attribute Details
#creation_date ⇒ Time
The UNIX timestamp of when the thing group was created.
| 16303 16304 16305 16306 16307 16308 16309 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16303 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end | 
#parent_group_name ⇒ String
The parent thing group name.
| 16303 16304 16305 16306 16307 16308 16309 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16303 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end | 
#root_to_parent_thing_groups ⇒ Array<Types::GroupNameAndArn>
The root parent thing group.
| 16303 16304 16305 16306 16307 16308 16309 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16303 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end |