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::ReservationPurchaseRecommendationDetail(3) User Contributed Perl Documentation Paws::CostExplorer::ReservationPurchaseRecommendationDetail(3)

Paws::CostExplorer::ReservationPurchaseRecommendationDetail

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

  $service_obj->Method(Att1 => { AccountId => $value, ..., UpfrontCost => $value  });

Results returned from an API call

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

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

Details about your recommended reservation purchase.

The account that this RI recommendation is for.

The average number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The average number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The average utilization of your instances. AWS uses this to calculate your recommended reservation purchases.

The currency code that AWS used to calculate the costs for this instance.

How long AWS estimates that it takes for this instance to start saving you money, in months.

How much AWS estimates that you spend on On-Demand Instances in a month.

How much AWS estimates that this specific recommendation could save you in a month.

How much AWS estimates that this specific recommendation could save you in a month, as a percentage of your overall costs.

How much AWS estimates that you would have spent for all usage during the specified historical period if you had a reservation.

Details about the instances that AWS recommends that you purchase.

The maximum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The maximum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The minimum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The minimum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

The number of normalized units that AWS recommends that you purchase.

The number of instances that AWS recommends that you purchase.

How much purchasing this instance costs you on a monthly basis.

How much purchasing this instance costs you upfront.

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.