Class: Aws::ResilienceHub::Types::AppVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::AppVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Version of an application.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of an application.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the application version.
 - 
  
    
      #identifier  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the application version.
 - 
  
    
      #version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the application version.
 
Instance Attribute Details
#app_version ⇒ String
Version of an application.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 822 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
Creation time of the application version.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 822 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end  | 
  
#identifier ⇒ Integer
Identifier of the application version.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 822 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end  | 
  
#version_name ⇒ String
Name of the application version.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 822 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end  |