Class: Aws::Connect::Types::ContactFlowVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ContactFlowVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
A summary of a flow version’s metadata.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the view version.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow version.
 - 
  
    
      #version_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the flow version.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
      3129 3130 3131 3132 3133 3134 3135  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3129 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The identifier of the flow version.
      3129 3130 3131 3132 3133 3134 3135  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3129 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version_description ⇒ String
The description of the flow version.
      3129 3130 3131 3132 3133 3134 3135  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3129 class ContactFlowVersionSummary < Struct.new( :arn, :version_description, :version) SENSITIVE = [] include Aws::Structure end  |