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.
13149 13150 13151 13152 13153 13154 |
# File 'lib/aws-sdk-connect/types.rb', line 13149 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value in the hierarchy group condition.
13149 13150 13151 13152 13153 13154 |
# File 'lib/aws-sdk-connect/types.rb', line 13149 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |