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.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute or_conditions.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def or_conditions @or_conditions end |
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def state_condition @state_condition end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def string_condition @string_condition end |
#type_condition ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type_condition.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def type_condition @type_condition end |