You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::ThingGroupMetadata
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::ThingGroupMetadata
 
- Defined in:
- (unknown)
Overview
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.
#parent_group_name ⇒ String
The parent thing group name.
#root_to_parent_thing_groups ⇒ Array<Types::GroupNameAndArn>
The root parent thing group.