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

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

#approximate_total_countInteger

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

Returns:

  • (Integer)


16830
16831
16832
16833
16834
16835
16836
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16830

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:



16830
16831
16832
16833
16834
16835
16836
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16830

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)


16830
16831
16832
16833
16834
16835
16836
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16830

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