![]() |
![]()
| ![]() |
![]()
NAMEPaws::CostExplorer::ReservationAggregates 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::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 DESCRIPTIONThe aggregated numbers for your reservation usage. ATTRIBUTESAmortizedRecurringFee => StrThe monthly cost of your reservation, amortized over the reservation period. AmortizedUpfrontFee => StrThe upfront cost of your reservation, amortized over the reservation period. NetRISavings => StrHow much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting "TotalAmortizedFee" from "OnDemandCostOfRIHoursUsed". OnDemandCostOfRIHoursUsed => StrHow much your reservation would cost if charged On-Demand rates. PurchasedHours => StrHow many reservation hours that you purchased. PurchasedUnits => StrHow 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. RealizedSavings => StrThe realized savings due to purchasing and using a reservation. RICostForUnusedHours => StrThe cost of unused hours for your reservation. TotalActualHours => StrThe total number of reservation hours that you used. TotalActualUnits => StrThe 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 => StrThe total cost of your reservation, amortized over the reservation period. TotalPotentialRISavings => StrHow much you could save if you use your entire reservation. UnrealizedSavings => StrThe unrealized savings due to purchasing and using a reservation. UnusedHours => StrThe number of reservation hours that you didn't use. UnusedUnits => StrThe 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 => StrThe percentage of reservation time that you used. UtilizationPercentageInUnits => StrThe 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 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>
|