class Aws::RDS::Types::ModifyDBSnapshotMessage

@note When making an API call, you may pass ModifyDBSnapshotMessage

data as a hash:

    {
      db_snapshot_identifier: "String", # required
      engine_version: "String",
      option_group_name: "String",
    }

@!attribute [rw] db_snapshot_identifier

The identifier of the DB snapshot to modify.
@return [String]

@!attribute [rw] engine_version

The engine version to upgrade the DB snapshot to.

The following are the database engines and engine versions that are
available when you upgrade a DB snapshot.

**MySQL**

* `5.5.46` (supported for 5.1 DB snapshots)

^

**Oracle**

* `12.1.0.2.v8` (supported for 12.1.0.1 DB snapshots)

* `11.2.0.4.v12` (supported for 11.2.0.2 DB snapshots)

* `11.2.0.4.v11` (supported for 11.2.0.3 DB snapshots)

**PostgreSQL**

For the list of engine versions that are available for upgrading a
DB snapshot, see [ Upgrading the PostgreSQL DB Engine for Amazon
RDS][1].

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion
@return [String]

@!attribute [rw] option_group_name

The option group to identify with the upgraded DB snapshot.

You can specify this parameter when you upgrade an Oracle DB
snapshot. The same option group considerations apply when upgrading
a DB snapshot as when upgrading a DB instance. For more information,
see [Option group considerations][1] in the *Amazon RDS User Guide.*

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshotMessage AWS API Documentation

Constants

SENSITIVE