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 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.
      19932 19933 19934 19935 19936 19937 19938  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19932 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.
      19932 19933 19934 19935 19936 19937 19938  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19932 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.
      19932 19933 19934 19935 19936 19937 19938  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19932 class SearchContactFlowModulesResponse < Struct.new( :contact_flow_modules, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  |