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.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ContactFlowModuleSearchCriteria]
Returns the value of attribute or_conditions.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def or_conditions @or_conditions end |
#state_condition ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state_condition.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def state_condition @state_condition end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def string_condition @string_condition end |