Class: Aws::Connect::Types::ViewVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ViewVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
A summary of a view version’s metadata.
Constant Summary collapse
- SENSITIVE =
 [:name]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the view version.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the view version.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the view version.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the view version.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the view version.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sequentially incremented version of the view version.
 - 
  
    
      #version_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the view version.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#description ⇒ String
The description of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#name ⇒ String
The name of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#type ⇒ String
The type of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#version ⇒ Integer
The sequentially incremented version of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  | 
  
#version_description ⇒ String
The description of the view version.
      27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 27140 class ViewVersionSummary < Struct.new( :id, :arn, :description, :name, :type, :version, :version_description) SENSITIVE = [:name] include Aws::Structure end  |