Class: Aws::Neptune::Types::UpgradeTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::UpgradeTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
The version of the database engine that a DB instance can be upgraded to.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_upgrade  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the database engine that a DB instance can be upgraded to.
 - 
  
    
      #engine  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the upgrade target database engine.
 - 
  
    
      #engine_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the upgrade target database engine.
 - 
  
    
      #is_major_version_upgrade  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates whether a database engine is upgraded to a major version.
 - 
  
    
      #supports_global_databases  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates whether you can use Neptune global databases with the target engine version.
 
Instance Attribute Details
#auto_upgrade ⇒ Boolean
A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The version of the database engine that a DB instance can be upgraded to.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  | 
  
#engine ⇒ String
The name of the upgrade target database engine.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  | 
  
#engine_version ⇒ String
The version number of the upgrade target database engine.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  | 
  
#is_major_version_upgrade ⇒ Boolean
A value that indicates whether a database engine is upgraded to a major version.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  | 
  
#supports_global_databases ⇒ Boolean
A value that indicates whether you can use Neptune global databases with the target engine version.
      8053 8054 8055 8056 8057 8058 8059 8060 8061 8062  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8053 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade, :supports_global_databases) SENSITIVE = [] include Aws::Structure end  |