Class: Aws::Connect::Types::HierarchyGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a hierarchy group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the hierarchy group.
 - 
  
    
      #hierarchy_path  ⇒ Types::HierarchyPath 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the levels in the hierarchy group.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the hierarchy group.
 - 
  
    
      #last_modified_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region where this resource was last modified.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when this resource was last modified.
 - 
  
    
      #level_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the level in the hierarchy group.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hierarchy group.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#hierarchy_path ⇒ Types::HierarchyPath
Information about the levels in the hierarchy group.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the hierarchy group.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#level_id ⇒ String
The identifier of the level in the hierarchy group.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the hierarchy group.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12299 class HierarchyGroup < Struct.new( :id, :arn, :name, :level_id, :hierarchy_path, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |