Class: Aws::Types::ContactFlowAttributeAndCondition
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowAttributeAndCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Returns the value of attribute contact_flow_type_condition.
-
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
Instance Attribute Details
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Returns the value of attribute contact_flow_type_condition.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def contact_flow_type_condition @contact_flow_type_condition end |
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def tag_conditions @tag_conditions end |