Class: Aws::Types::ListContactFlowModuleVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowModuleVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_version_summary_list ⇒ ::Array[Types::ContactFlowModuleVersionSummary]
Returns the value of attribute contact_flow_module_version_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_module_version_summary_list ⇒ ::Array[Types::ContactFlowModuleVersionSummary]
Returns the value of attribute contact_flow_module_version_summary_list.
4819 4820 4821 |
# File 'sig/types.rbs', line 4819 def contact_flow_module_version_summary_list @contact_flow_module_version_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4820 4821 4822 |
# File 'sig/types.rbs', line 4820 def next_token @next_token end |