Class: Aws::Connect::Types::SearchContactFlowModulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchContactFlowModulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of contact flows which matched your search query.
-
#contact_flow_modules ⇒ Array<Types::ContactFlowModule>
The search criteria to be used to return contact 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 contact flows which matched your search query.
17923 17924 17925 17926 17927 17928 17929 |
# File 'lib/aws-sdk-connect/types.rb', line 17923 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 contact flow modules.
17923 17924 17925 17926 17927 17928 17929 |
# File 'lib/aws-sdk-connect/types.rb', line 17923 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.
17923 17924 17925 17926 17927 17928 17929 |
# File 'lib/aws-sdk-connect/types.rb', line 17923 class SearchContactFlowModulesResponse < Struct.new( :contact_flow_modules, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |