Class: Aws::Neptune::Types::UpgradeTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::UpgradeTarget
- Defined in:
- gems/aws-sdk-neptune/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.
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.
8256 8257 8258 8259 8260 8261 8262 8263 8264 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8256 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The version of the database engine that a DB instance can be upgraded to.
8256 8257 8258 8259 8260 8261 8262 8263 8264 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8256 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the upgrade target database engine.
8256 8257 8258 8259 8260 8261 8262 8263 8264 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8256 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version number of the upgrade target database engine.
8256 8257 8258 8259 8260 8261 8262 8263 8264 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8256 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |
#is_major_version_upgrade ⇒ Boolean
A value that indicates whether a database engine is upgraded to a major version.
8256 8257 8258 8259 8260 8261 8262 8263 8264 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8256 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |