class Aws::RDS::Types::PurchaseReservedDBInstancesOfferingMessage

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

data as a hash:

    {
      reserved_db_instances_offering_id: "String", # required
      reserved_db_instance_id: "String",
      db_instance_count: 1,
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] reserved_db_instances_offering_id

The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
@return [String]

@!attribute [rw] reserved_db_instance_id

Customer-specified identifier to track this reservation.

Example: myreservationID
@return [String]

@!attribute [rw] db_instance_count

The number of instances to reserve.

Default: `1`
@return [Integer]

@!attribute [rw] tags

A list of tags. For more information, see [Tagging Amazon RDS
Resources][1] in the *Amazon RDS User Guide.*

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
@return [Array<Types::Tag>]

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

Constants

SENSITIVE