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.
11983 11984 11985 11986 11987 11988 |
# File 'lib/aws-sdk-connect/types.rb', line 11983 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value in the hierarchy group condition.
11983 11984 11985 11986 11987 11988 |
# File 'lib/aws-sdk-connect/types.rb', line 11983 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |