Class: Aws::Connect::Types::HierarchyGroupCondition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyGroupCondition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
A leaf node condition which can be used to specify a hierarchy group condition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hierarchy_group_match_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of hierarchy group match.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value in the hierarchy group condition.
 
Instance Attribute Details
#hierarchy_group_match_type ⇒ String
The type of hierarchy group match.
      12325 12326 12327 12328 12329 12330  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12325 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value in the hierarchy group condition.
      12325 12326 12327 12328 12329 12330  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12325 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end  |