Class: Aws::DatabaseMigrationService::Types::EngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::EngineVersion
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about a replication instance version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_upgrade_date ⇒ Time
The date when the replication instance will be automatically upgraded.
-
#available_upgrades ⇒ Array<String>
The list of valid replication instance versions that you can upgrade to.
-
#deprecation_date ⇒ Time
The date when the replication instance version will be deprecated and can no longer be requested.
-
#force_upgrade_date ⇒ Time
The date when the replication instance will have a version upgrade forced.
-
#launch_date ⇒ Time
The date when the replication instance version became publicly available.
-
#lifecycle ⇒ String
The lifecycle status of the replication instance version.
-
#release_status ⇒ String
The release status of the replication instance version.
-
#version ⇒ String
The version number of the replication instance.
Instance Attribute Details
#auto_upgrade_date ⇒ Time
The date when the replication instance will be automatically
upgraded. This setting only applies if the auto-minor-version
setting is enabled.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#available_upgrades ⇒ Array<String>
The list of valid replication instance versions that you can upgrade to.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#deprecation_date ⇒ Time
The date when the replication instance version will be deprecated and can no longer be requested.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#force_upgrade_date ⇒ Time
The date when the replication instance will have a version upgrade forced.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#launch_date ⇒ Time
The date when the replication instance version became publicly available.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The lifecycle status of the replication instance version. Valid
values are DEPRECATED
, DEFAULT_VERSION
, and ACTIVE
.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#release_status ⇒ String
The release status of the replication instance version.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version number of the replication instance.
5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5697 class EngineVersion < Struct.new( :version, :lifecycle, :release_status, :launch_date, :auto_upgrade_date, :deprecation_date, :force_upgrade_date, :available_upgrades) SENSITIVE = [] include Aws::Structure end |