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.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ContactFlowSearchCriteria]
Returns the value of attribute or_conditions.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def or_conditions @or_conditions end |
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def state_condition @state_condition end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def string_condition @string_condition end |
#type_condition ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type_condition.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def type_condition @type_condition end |