GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CostExplorer::ReservationAggregates(3) User Contributed Perl Documentation Paws::CostExplorer::ReservationAggregates(3)

Paws::CostExplorer::ReservationAggregates

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

The aggregated numbers for your reservation usage.

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

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

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

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

How many reservation hours that you purchased.

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.

The realized savings due to purchasing and using a reservation.

The cost of unused hours for your reservation.

The total number of reservation hours that you used.

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.

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

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

The unrealized savings due to purchasing and using a reservation.

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

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.

The percentage of reservation time that you used.

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.

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

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.