You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::PurchaseReservedDBInstancesOfferingMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PurchaseReservedDBInstancesOfferingMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_countInteger

The number of instances to reserve.

Default: 1

Returns:

  • (Integer)

    The number of instances to reserve.

#reserved_db_instance_idString

Customer-specified identifier to track this reservation.

Example: myreservationID

Returns:

  • (String)

    Customer-specified identifier to track this reservation.

#reserved_db_instances_offering_idString

The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

Returns:

  • (String)

    The ID of the Reserved DB instance offering to purchase.

#tagsArray<Types::Tag>

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

Returns: