Class: Aws::Types::ListContactFlowModulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowModulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute contact_flow_module_state.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_module_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute contact_flow_module_state.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def contact_flow_module_state @contact_flow_module_state end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def next_token @next_token end |