Class: Aws::Types::ContactFlowSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute or_conditions.
-
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
-
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
-
#type_condition ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute and_conditions.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute or_conditions.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def or_conditions @or_conditions end |
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def state_condition @state_condition end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def string_condition @string_condition end |
#type_condition ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type_condition.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def type_condition @type_condition end |