Class: Aws::Neptune::Types::UpgradeTarget

Inherits:
Struct
  • Object
show all
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

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)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the upgrade target database engine.

Returns:

  • (String)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version number of the upgrade target database engine.

Returns:

  • (String)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end

#is_major_version_upgradeBoolean

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

Returns:

  • (Boolean)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end

#supports_global_databasesBoolean

A value that indicates whether you can use Neptune global databases with the target engine version.

Returns:

  • (Boolean)


8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8053

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supports_global_databases)
  SENSITIVE = []
  include Aws::Structure
end