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

Class: Aws::ElastiCache::Types::PurchaseReservedCacheNodesOfferingMessage

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

Overview

Note:

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

{
  reserved_cache_nodes_offering_id: "String", # required
  reserved_cache_node_id: "String",
  cache_node_count: 1,
}

Represents the input of a PurchaseReservedCacheNodesOffering operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_countInteger

The number of cache node instances to reserve.

Default: 1

Returns:

  • (Integer)

    The number of cache node instances to reserve.

#reserved_cache_node_idString

A customer-specified identifier to track this reservation.

The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

Example: myreservationID

Returns:

  • (String)

    A customer-specified identifier to track this reservation.

#reserved_cache_nodes_offering_idString

The ID of the reserved cache node offering to purchase.

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

Returns:

  • (String)

    The ID of the reserved cache node offering to purchase.