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.
13790 13791 13792 13793 13794 13795 |
# File 'lib/aws-sdk-connect/types.rb', line 13790 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.
13790 13791 13792 13793 13794 13795 |
# File 'lib/aws-sdk-connect/types.rb', line 13790 class ListContactFlowVersionsResponse < Struct.new( :contact_flow_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |