Class: Aws::Connect::Types::AttributeAndCondition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::AttributeAndCondition
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A list of conditions which would be applied together with an AND
condition.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #hierarchy_group_condition  ⇒ Types::HierarchyGroupCondition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A leaf node condition which can be used to specify a hierarchy group condition. 
- 
  
    
      #tag_conditions  ⇒ Array<Types::TagCondition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A leaf node condition which can be used to specify a tag condition. 
Instance Attribute Details
#hierarchy_group_condition ⇒ Types::HierarchyGroupCondition
A leaf node condition which can be used to specify a hierarchy group condition.
| 1624 1625 1626 1627 1628 1629 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1624 class AttributeAndCondition < Struct.new( :tag_conditions, :hierarchy_group_condition) SENSITIVE = [] include Aws::Structure end | 
#tag_conditions ⇒ Array<Types::TagCondition>
A leaf node condition which can be used to specify a tag condition.
| 1624 1625 1626 1627 1628 1629 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1624 class AttributeAndCondition < Struct.new( :tag_conditions, :hierarchy_group_condition) SENSITIVE = [] include Aws::Structure end |