Class: Aws::Types::ListContactFlowModuleAliasesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowModuleAliasesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_alias_summary_list ⇒ ::Array[Types::ContactFlowModuleAliasSummary]
Returns the value of attribute contact_flow_module_alias_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_module_alias_summary_list ⇒ ::Array[Types::ContactFlowModuleAliasSummary]
Returns the value of attribute contact_flow_module_alias_summary_list.
4955 4956 4957 |
# File 'sig/types.rbs', line 4955 def contact_flow_module_alias_summary_list @contact_flow_module_alias_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4956 4957 4958 |
# File 'sig/types.rbs', line 4956 def next_token @next_token end |