Class: Aws::Connect::Types::SearchContactFlowModulesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The total number of contact flows which matched your search query.

Returns:

  • (Integer)


17126
17127
17128
17129
17130
17131
17132
# File 'lib/aws-sdk-connect/types.rb', line 17126

class SearchContactFlowModulesResponse < Struct.new(
  :contact_flow_modules,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_modulesArray<Types::ContactFlowModule>

The search criteria to be used to return contact flow modules.

Returns:



17126
17127
17128
17129
17130
17131
17132
# File 'lib/aws-sdk-connect/types.rb', line 17126

class SearchContactFlowModulesResponse < Struct.new(
  :contact_flow_modules,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


17126
17127
17128
17129
17130
17131
17132
# File 'lib/aws-sdk-connect/types.rb', line 17126

class SearchContactFlowModulesResponse < Struct.new(
  :contact_flow_modules,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end