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.
10861 10862 10863 10864 10865 10866 |
# File 'lib/aws-sdk-connect/types.rb', line 10861 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value in the hierarchy group condition.
10861 10862 10863 10864 10865 10866 |
# File 'lib/aws-sdk-connect/types.rb', line 10861 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |