Class: Aws::Connect::Types::CreateUserHierarchyGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateUserHierarchyGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hierarchy_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the hierarchy group.
 - 
  
    
      #hierarchy_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the hierarchy group.
 
Instance Attribute Details
#hierarchy_group_arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
      5239 5240 5241 5242 5243 5244  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5239 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group.
      5239 5240 5241 5242 5243 5244  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5239 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end  |