Class: Aws::DocDB::Types::UpgradeTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::UpgradeTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
The version of the database engine that an 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 an 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`.
5441 5442 5443 5444 5445 5446 5447 5448 5449 |
# File 'lib/aws-sdk-docdb/types.rb', line 5441 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 an instance can be upgraded to.
5441 5442 5443 5444 5445 5446 5447 5448 5449 |
# File 'lib/aws-sdk-docdb/types.rb', line 5441 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.
5441 5442 5443 5444 5445 5446 5447 5448 5449 |
# File 'lib/aws-sdk-docdb/types.rb', line 5441 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.
5441 5442 5443 5444 5445 5446 5447 5448 5449 |
# File 'lib/aws-sdk-docdb/types.rb', line 5441 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.
5441 5442 5443 5444 5445 5446 5447 5448 5449 |
# File 'lib/aws-sdk-docdb/types.rb', line 5441 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |