Class: Aws::RDS::Types::UpgradeTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

The version of the database engine that a DB instance can be upgraded to.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_upgradeBoolean

A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

Returns:

  • (Boolean)


15611
15612
15613
15614
15615
15616
15617
15618
# File 'lib/aws-sdk-rds/types.rb', line 15611

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade)
  include Aws::Structure
end

#descriptionString

The version of the database engine that a DB instance can be upgraded to.

Returns:

  • (String)


15611
15612
15613
15614
15615
15616
15617
15618
# File 'lib/aws-sdk-rds/types.rb', line 15611

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade)
  include Aws::Structure
end

#engineString

The name of the upgrade target database engine.

Returns:

  • (String)


15611
15612
15613
15614
15615
15616
15617
15618
# File 'lib/aws-sdk-rds/types.rb', line 15611

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade)
  include Aws::Structure
end

#engine_versionString

The version number of the upgrade target database engine.

Returns:

  • (String)


15611
15612
15613
15614
15615
15616
15617
15618
# File 'lib/aws-sdk-rds/types.rb', line 15611

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade)
  include Aws::Structure
end

#is_major_version_upgradeBoolean

A value that indicates whether a database engine is upgraded to a major version.

Returns:

  • (Boolean)


15611
15612
15613
15614
15615
15616
15617
15618
# File 'lib/aws-sdk-rds/types.rb', line 15611

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade)
  include Aws::Structure
end