Class: Aws::Connect::Types::ListContactFlowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactFlowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_summary_list ⇒ Array<Types::ContactFlowSummary>
Information about the flows.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_flow_summary_list ⇒ Array<Types::ContactFlowSummary>
Information about the flows.
12483 12484 12485 12486 12487 12488 |
# File 'lib/aws-sdk-connect/types.rb', line 12483 class ListContactFlowsResponse < Struct.new( :contact_flow_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.
12483 12484 12485 12486 12487 12488 |
# File 'lib/aws-sdk-connect/types.rb', line 12483 class ListContactFlowsResponse < Struct.new( :contact_flow_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |