![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::ReservedCacheNode USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ElastiCache::ReservedCacheNode object: $service_obj->Method(Att1 => { CacheNodeCount => $value, ..., UsagePrice => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::ReservedCacheNode object: $result = $service_obj->Method(...); $result->Att1->CacheNodeCount DESCRIPTIONRepresents the output of a "PurchaseReservedCacheNodesOffering" operation. ATTRIBUTESCacheNodeCount => IntThe number of cache nodes that have been reserved. CacheNodeType => StrThe cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.
Additional node type info
Duration => IntThe duration of the reservation in seconds. FixedPrice => NumThe fixed price charged for this reserved cache node. OfferingType => StrThe offering type of this reserved cache node. ProductDescription => StrThe description of the reserved cache node. RecurringCharges => ArrayRef[Paws::ElastiCache::RecurringCharge]The recurring price charged to run this reserved cache node. ReservationARN => StrThe Amazon Resource Name (ARN) of the reserved cache node. Example: "arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582" ReservedCacheNodeId => StrThe unique identifier for the reservation. ReservedCacheNodesOfferingId => StrThe offering identifier. StartTime => StrThe time the reservation started. State => StrThe state of the reserved cache node. UsagePrice => NumThe hourly price charged for this reserved cache node. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElastiCache BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|