Class: Aws::Connect::Types::HierarchyGroupCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyGroupCondition
- Defined in:
- gems/aws-sdk-connect/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.
12309 12310 12311 12312 12313 12314 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12309 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value in the hierarchy group condition.
12309 12310 12311 12312 12313 12314 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12309 class HierarchyGroupCondition < Struct.new( :value, :hierarchy_group_match_type) SENSITIVE = [] include Aws::Structure end |