The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::EC2::ReservedInstances

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::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

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. It's specified using ISO 4217
standard currency codes. At this time, the only supported currency is
C<USD>.

Duration => Int

  The duration of the Reserved Instance, in seconds.

End => Str

  The time when the Reserved Instance expires.

FixedPrice => Num

  The purchase price of the Reserved Instance.

InstanceCount => Int

  The number of reservations purchased.

InstanceTenancy => Str

  The tenancy of the instance.

InstanceType => Str

  The instance type on which the Reserved Instance can be used.

OfferingClass => Str

  The offering class of the Reserved Instance.

OfferingType => Str

  The Reserved Instance offering type.

ProductDescription => Str

  The Reserved Instance product platform description.

RecurringCharges => ArrayRef[Paws::EC2::RecurringCharge]

  The recurring charge tag assigned to the resource.

ReservedInstancesId => Str

  The ID of the Reserved Instance.

Scope => Str

  The scope of the Reserved Instance.

Start => Str

  The date and time the Reserved Instance started.

State => Str

  The state of the Reserved Instance purchase.

Tags => ArrayRef[Paws::EC2::Tag]

  Any tags assigned to the resource.

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