Class: Aws::Connect::Types::ListContactFlowModulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactFlowModulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_modules_summary_list ⇒ Array<Types::ContactFlowModuleSummary>
Information about the flow module.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_flow_modules_summary_list ⇒ Array<Types::ContactFlowModuleSummary>
Information about the flow module.
12382 12383 12384 12385 12386 12387 |
# File 'lib/aws-sdk-connect/types.rb', line 12382 class ListContactFlowModulesResponse < Struct.new( :contact_flow_modules_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.
12382 12383 12384 12385 12386 12387 |
# File 'lib/aws-sdk-connect/types.rb', line 12382 class ListContactFlowModulesResponse < Struct.new( :contact_flow_modules_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |