Class: Aws::Connect::Types::HierarchyLevel
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyLevel
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a hierarchy level.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the hierarchy level.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the hierarchy level.
 - 
  
    
      #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.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hierarchy level.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy level.
      12446 12447 12448 12449 12450 12451 12452 12453 12454  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12446 class HierarchyLevel < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the hierarchy level.
      12446 12447 12448 12449 12450 12451 12452 12453 12454  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12446 class HierarchyLevel < Struct.new( :id, :arn, :name, :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.
      12446 12447 12448 12449 12450 12451 12452 12453 12454  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12446 class HierarchyLevel < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      12446 12447 12448 12449 12450 12451 12452 12453 12454  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12446 class HierarchyLevel < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the hierarchy level.
      12446 12447 12448 12449 12450 12451 12452 12453 12454  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12446 class HierarchyLevel < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |