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