Class: Aws::Connect::Types::ListContactFlowModuleAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactFlowModuleAliasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_module_alias_summary_list ⇒ Array<Types::ContactFlowModuleAliasSummary>
Information about the flow module aliases.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_flow_module_alias_summary_list ⇒ Array<Types::ContactFlowModuleAliasSummary>
Information about the flow module aliases.
19278 19279 19280 19281 19282 19283 |
# File 'lib/aws-sdk-connect/types.rb', line 19278 class ListContactFlowModuleAliasesResponse < Struct.new( :contact_flow_module_alias_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
19278 19279 19280 19281 19282 19283 |
# File 'lib/aws-sdk-connect/types.rb', line 19278 class ListContactFlowModuleAliasesResponse < Struct.new( :contact_flow_module_alias_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |