Class: Aws::Connect::Types::DescribeContactFlowRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeContactFlowRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
      6750 6751 6752 6753 6754 6755  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6750 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
      6750 6751 6752 6753 6754 6755  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6750 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end  |