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

NAME

Paws::CostExplorer::ReservationAggregates

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::CostExplorer::ReservationAggregates object:

  $service_obj->Method(Att1 => { AmortizedRecurringFee => $value, ..., UtilizationPercentageInUnits => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CostExplorer::ReservationAggregates object:

  $result = $service_obj->Method(...);
  $result->Att1->AmortizedRecurringFee

DESCRIPTION

The aggregated numbers for your reservation usage.

ATTRIBUTES

AmortizedRecurringFee => Str

  The monthly cost of your reservation, amortized over the reservation
period.

AmortizedUpfrontFee => Str

  The upfront cost of your reservation, amortized over the reservation
period.

NetRISavings => Str

  How much you saved due to purchasing and utilizing reservation. AWS
calculates this by subtracting C<TotalAmortizedFee> from
C<OnDemandCostOfRIHoursUsed>.

OnDemandCostOfRIHoursUsed => Str

  How much your reservation would cost if charged On-Demand rates.

PurchasedHours => Str

  How many reservation hours that you purchased.

PurchasedUnits => Str

  How many Amazon EC2 reservation hours that you purchased, converted to
normalized units. Normalized units are available only for Amazon EC2
usage after November 11, 2017.

TotalActualHours => Str

  The total number of reservation hours that you used.

TotalActualUnits => Str

  The total number of Amazon EC2 reservation hours that you used,
converted to normalized units. Normalized units are available only for
Amazon EC2 usage after November 11, 2017.

TotalAmortizedFee => Str

  The total cost of your reservation, amortized over the reservation
period.

TotalPotentialRISavings => Str

  How much you could save if you use your entire reservation.

UnusedHours => Str

  The number of reservation hours that you didn't use.

UnusedUnits => Str

  The number of Amazon EC2 reservation hours that you didn't use,
converted to normalized units. Normalized units are available only for
Amazon EC2 usage after November 11, 2017.

UtilizationPercentage => Str

  The percentage of reservation time that you used.

UtilizationPercentageInUnits => Str

  The percentage of Amazon EC2 reservation time that you used, converted
to normalized units. Normalized units are available only for Amazon EC2
usage after November 11, 2017.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CostExplorer

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