Class: Aws::Connect::Types::AttributeAndCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AttributeAndCondition
- Includes:
- Structure
- Defined in:
- 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.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-connect/types.rb', line 1224 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.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-connect/types.rb', line 1224 class AttributeAndCondition < Struct.new( :tag_conditions, :hierarchy_group_condition) SENSITIVE = [] include Aws::Structure end |