Class: Aws::Connect::Types::CommonAttributeAndCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CommonAttributeAndCondition
- 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.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2457 class CommonAttributeAndCondition < 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.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2457 class CommonAttributeAndCondition < Struct.new( :tag_conditions, :hierarchy_group_condition) SENSITIVE = [] include Aws::Structure end |