Struct rusoto_elasticache::PurchaseReservedCacheNodesOfferingMessage [] [src]

pub struct PurchaseReservedCacheNodesOfferingMessage {
    pub cache_node_count: Option<i64>,
    pub reserved_cache_node_id: Option<String>,
    pub reserved_cache_nodes_offering_id: String,
}

Represents the input of a PurchaseReservedCacheNodesOffering operation.

Fields

The number of cache node instances to reserve.

Default: 1

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

The ID of the reserved cache node offering to purchase.

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

Trait Implementations

impl Default for PurchaseReservedCacheNodesOfferingMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for PurchaseReservedCacheNodesOfferingMessage
[src]

Formats the value using the given formatter.

impl Clone for PurchaseReservedCacheNodesOfferingMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more