PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CostExplorer::ReservationAggregates; use Moose; has AmortizedRecurringFee => (is => 'ro', isa => 'Str'); has AmortizedUpfrontFee => (is => 'ro', isa => 'Str'); has NetRISavings => (is => 'ro', isa => 'Str'); has OnDemandCostOfRIHoursUsed => (is => 'ro', isa => 'Str'); has PurchasedHours => (is => 'ro', isa => 'Str'); has PurchasedUnits => (is => 'ro', isa => 'Str'); has RealizedSavings => (is => 'ro', isa => 'Str'); has RICostForUnusedHours => (is => 'ro', isa => 'Str'); has TotalActualHours => (is => 'ro', isa => 'Str'); has TotalActualUnits => (is => 'ro', isa => 'Str'); has TotalAmortizedFee => (is => 'ro', isa => 'Str'); has TotalPotentialRISavings => (is => 'ro', isa => 'Str'); has UnrealizedSavings => (is => 'ro', isa => 'Str'); has UnusedHours => (is => 'ro', isa => 'Str'); has UnusedUnits => (is => 'ro', isa => 'Str'); has UtilizationPercentage => (is => 'ro', isa => 'Str'); has UtilizationPercentageInUnits => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CostExplorer::ReservationAggregates =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION The aggregated numbers for your reservation usage. =head1 ATTRIBUTES =head2 AmortizedRecurringFee => Str The monthly cost of your reservation, amortized over the reservation period. =head2 AmortizedUpfrontFee => Str The upfront cost of your reservation, amortized over the reservation period. =head2 NetRISavings => Str How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting C from C. =head2 OnDemandCostOfRIHoursUsed => Str How much your reservation would cost if charged On-Demand rates. =head2 PurchasedHours => Str How many reservation hours that you purchased. =head2 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. =head2 RealizedSavings => Str The realized savings due to purchasing and using a reservation. =head2 RICostForUnusedHours => Str The cost of unused hours for your reservation. =head2 TotalActualHours => Str The total number of reservation hours that you used. =head2 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. =head2 TotalAmortizedFee => Str The total cost of your reservation, amortized over the reservation period. =head2 TotalPotentialRISavings => Str How much you could save if you use your entire reservation. =head2 UnrealizedSavings => Str The unrealized savings due to purchasing and using a reservation. =head2 UnusedHours => Str The number of reservation hours that you didn't use. =head2 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. =head2 UtilizationPercentage => Str The percentage of reservation time that you used. =head2 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. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut