Class: Aws::Connect::Types::ListContactFlowModuleVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactFlowModuleVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_module_version_summary_list ⇒ Array<Types::ContactFlowModuleVersionSummary>
Information about the flow module versions.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_flow_module_version_summary_list ⇒ Array<Types::ContactFlowModuleVersionSummary>
Information about the flow module versions.
19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-connect/types.rb', line 19330 class ListContactFlowModuleVersionsResponse < Struct.new( :contact_flow_module_version_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.
19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-connect/types.rb', line 19330 class ListContactFlowModuleVersionsResponse < Struct.new( :contact_flow_module_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |