Class: Aws::Types::ListContactFlowModulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowModulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_modules_summary_list ⇒ ::Array[Types::ContactFlowModuleSummary]
Returns the value of attribute contact_flow_modules_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_modules_summary_list ⇒ ::Array[Types::ContactFlowModuleSummary]
Returns the value of attribute contact_flow_modules_summary_list.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def contact_flow_modules_summary_list @contact_flow_modules_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def next_token @next_token end |