Class: Aws::Connect::Types::DescribeContactFlowModuleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeContactFlowModuleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_module  ⇒ Types::ContactFlowModule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the flow module.
 
Instance Attribute Details
#contact_flow_module ⇒ Types::ContactFlowModule
Information about the flow module.
      6734 6735 6736 6737 6738  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6734 class DescribeContactFlowModuleResponse < Struct.new( :contact_flow_module) SENSITIVE = [] include Aws::Structure end  |