![]() |
![]()
| ![]() |
![]()
NAMEPaws::CostExplorer::ReservationPurchaseRecommendationDetail USAGEThis 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 DESCRIPTIONDetails about your recommended reservation purchase. ATTRIBUTESAccountId => StrThe account that this RI recommendation is for. AverageNormalizedUnitsUsedPerHour => StrThe average number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. AverageNumberOfInstancesUsedPerHour => StrThe average number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. AverageUtilization => StrThe average utilization of your instances. AWS uses this to calculate your recommended reservation purchases. CurrencyCode => StrThe currency code that AWS used to calculate the costs for this instance. EstimatedBreakEvenInMonths => StrHow long AWS estimates that it takes for this instance to start saving you money, in months. EstimatedMonthlyOnDemandCost => StrHow much AWS estimates that you spend on On-Demand Instances in a month. EstimatedMonthlySavingsAmount => StrHow much AWS estimates that this specific recommendation could save you in a month. EstimatedMonthlySavingsPercentage => StrHow much AWS estimates that this specific recommendation could save you in a month, as a percentage of your overall costs. EstimatedReservationCostForLookbackPeriod => StrHow much AWS estimates that you would have spent for all usage during the specified historical period if you had a reservation. InstanceDetails => Paws::CostExplorer::InstanceDetailsDetails about the instances that AWS recommends that you purchase. MaximumNormalizedUnitsUsedPerHour => StrThe maximum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. MaximumNumberOfInstancesUsedPerHour => StrThe maximum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. MinimumNormalizedUnitsUsedPerHour => StrThe minimum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. MinimumNumberOfInstancesUsedPerHour => StrThe minimum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases. RecommendedNormalizedUnitsToPurchase => StrThe number of normalized units that AWS recommends that you purchase. RecommendedNumberOfInstancesToPurchase => StrThe number of instances that AWS recommends that you purchase. RecurringStandardMonthlyCost => StrHow much purchasing this instance costs you on a monthly basis. UpfrontCost => StrHow much purchasing this instance costs you upfront. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CostExplorer BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|