Class: Aws::Connect::Types::ListContactFlowModulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_modules_summary_listArray<Types::ContactFlowModuleSummary>

Information about the flow module.



11070
11071
11072
11073
11074
11075
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11070

class ListContactFlowModulesResponse < Struct.new(
  :contact_flow_modules_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


11070
11071
11072
11073
11074
11075
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11070

class ListContactFlowModulesResponse < Struct.new(
  :contact_flow_modules_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end