![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::ReservedInstancesOffering 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::ReservedInstancesOffering 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::ReservedInstancesOffering 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 offering you are purchasing. 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. FixedPrice => NumThe purchase price of the Reserved Instance. InstanceTenancy => StrThe tenancy of the instance. InstanceType => StrThe instance type on which the Reserved Instance can be used. Marketplace => BoolIndicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services. If it's a Reserved Instance Marketplace offering, this is "true". OfferingClass => StrIf "convertible" it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If "standard", it is not possible to perform an exchange. OfferingType => StrThe Reserved Instance offering type. PricingDetails => ArrayRef[Paws::EC2::PricingDetail]The pricing details of the Reserved Instance offering. ProductDescription => StrThe Reserved Instance product platform description. RecurringCharges => ArrayRef[Paws::EC2::RecurringCharge]The recurring charge tag assigned to the resource. ReservedInstancesOfferingId => StrThe ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made. Scope => StrWhether the Reserved Instance is applied to instances in a Region or an Availability Zone. 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>
|