![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::ReservedInstances 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::EC2::ReservedInstances object: $service_obj->Method(Att1 => { AvailabilityZone => $value, ..., UsagePrice => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ReservedInstances object: $result = $service_obj->Method(...); $result->Att1->AvailabilityZone DESCRIPTIONThis class has no description ATTRIBUTESAvailabilityZone => StrThe Availability Zone in which the Reserved Instance can be used. CurrencyCode => StrThe currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is "USD". Duration => IntThe duration of the Reserved Instance, in seconds. End => StrThe time when the Reserved Instance expires. FixedPrice => NumThe purchase price of the Reserved Instance. InstanceCount => IntThe number of reservations purchased. InstanceTenancy => StrThe tenancy of the instance. InstanceType => StrThe instance type on which the Reserved Instance can be used. OfferingClass => StrThe offering class of the Reserved Instance. OfferingType => StrThe Reserved Instance offering type. ProductDescription => StrThe Reserved Instance product platform description. RecurringCharges => ArrayRef[Paws::EC2::RecurringCharge]The recurring charge tag assigned to the resource. ReservedInstancesId => StrThe ID of the Reserved Instance. Scope => StrThe scope of the Reserved Instance. Start => StrThe date and time the Reserved Instance started. State => StrThe state of the Reserved Instance purchase. Tags => ArrayRef[Paws::EC2::Tag]Any tags assigned to the resource. UsagePrice => NumThe usage price of the Reserved Instance, per hour. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 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>
|