Class: Aws::Connect::Types::CreateContactFlowVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateContactFlowVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow version.
 
Instance Attribute Details
#contact_flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
      3696 3697 3698 3699 3700 3701  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3696 class CreateContactFlowVersionResponse < Struct.new( :contact_flow_arn, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The identifier of the flow version.
      3696 3697 3698 3699 3700 3701  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3696 class CreateContactFlowVersionResponse < Struct.new( :contact_flow_arn, :version) SENSITIVE = [] include Aws::Structure end  |