Class: Aws::Connect::Types::ListContactFlowVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactFlowVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_version_summary_list ⇒ Array<Types::ContactFlowVersionSummary>
A list of flow version summaries.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_flow_version_summary_list ⇒ Array<Types::ContactFlowVersionSummary>
A list of flow version summaries.
12430 12431 12432 12433 12434 12435 |
# File 'lib/aws-sdk-connect/types.rb', line 12430 class ListContactFlowVersionsResponse < Struct.new( :contact_flow_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.
12430 12431 12432 12433 12434 12435 |
# File 'lib/aws-sdk-connect/types.rb', line 12430 class ListContactFlowVersionsResponse < Struct.new( :contact_flow_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |