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`.
5799 5800 5801 5802 5803 5804 5805 5806 5807 |
# File 'lib/aws-sdk-docdb/types.rb', line 5799 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.
5799 5800 5801 5802 5803 5804 5805 5806 5807 |
# File 'lib/aws-sdk-docdb/types.rb', line 5799 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.
5799 5800 5801 5802 5803 5804 5805 5806 5807 |
# File 'lib/aws-sdk-docdb/types.rb', line 5799 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.
5799 5800 5801 5802 5803 5804 5805 5806 5807 |
# File 'lib/aws-sdk-docdb/types.rb', line 5799 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.
5799 5800 5801 5802 5803 5804 5805 5806 5807 |
# File 'lib/aws-sdk-docdb/types.rb', line 5799 class UpgradeTarget < Struct.new( :engine, :engine_version, :description, :auto_upgrade, :is_major_version_upgrade) SENSITIVE = [] include Aws::Structure end |