NAME
Paws::EC2::ReservedInstancesOffering
USAGE
This 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
DESCRIPTION
This class has no description
ATTRIBUTES
AvailabilityZone => Str
The Availability Zone in which the Reserved Instance can be used.
CurrencyCode => Str
The 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 => Int
The duration of the Reserved Instance, in seconds.
FixedPrice => Num
The purchase price of the Reserved Instance.
InstanceTenancy => Str
The tenancy of the instance.
InstanceType => Str
The instance type on which the Reserved Instance can be used.
Marketplace => Bool
Indicates 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 => Str
If 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 => Str
The Reserved Instance offering type.
PricingDetails => ArrayRef[Paws::EC2::PricingDetail]
The pricing details of the Reserved Instance offering.
ProductDescription => Str
The Reserved Instance product platform description.
RecurringCharges => ArrayRef[Paws::EC2::RecurringCharge]
The recurring charge tag assigned to the resource.
ReservedInstancesOfferingId => Str
The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.
Scope => Str
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
UsagePrice => Num
The usage price of the Reserved Instance, per hour.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues