Class: Aws::Connect::Types::SearchContactFlowModulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchContactFlowModulesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of flows which matched your search query.
-
#contact_flow_modules ⇒ Array<Types::ContactFlowModule>
The search criteria to be used to return flow modules.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of flows which matched your search query.
19535 19536 19537 19538 19539 19540 19541 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19535 class SearchContactFlowModulesResponse < Struct.new( :contact_flow_modules, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#contact_flow_modules ⇒ Array<Types::ContactFlowModule>
The search criteria to be used to return flow modules.
19535 19536 19537 19538 19539 19540 19541 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19535 class SearchContactFlowModulesResponse < Struct.new( :contact_flow_modules, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
19535 19536 19537 19538 19539 19540 19541 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19535 class SearchContactFlowModulesResponse < Struct.new( :contact_flow_modules, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |