Class: Aws::Types::ContactFlowModuleSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowModuleSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::ContactFlowModuleSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::ContactFlowModuleSearchCriteria]
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.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::ContactFlowModuleSearchCriteria]
Returns the value of attribute and_conditions.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ContactFlowModuleSearchCriteria]
Returns the value of attribute or_conditions.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def or_conditions @or_conditions end |
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def state_condition @state_condition end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def string_condition @string_condition end |