![]() |
![]()
| ![]() |
![]()
NAMEPaws::CostExplorer::CurrentInstance 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::CurrentInstance object: $service_obj->Method(Att1 => { CurrencyCode => $value, ..., TotalRunningHoursInLookbackPeriod => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CostExplorer::CurrentInstance object: $result = $service_obj->Method(...); $result->Att1->CurrencyCode DESCRIPTIONContext about the current instance. ATTRIBUTESCurrencyCode => StrThe currency code that AWS used to calculate the costs for this instance. InstanceName => StrThe name you've given an instance. This field will show as blank if you haven't given the instance a name. MonthlyCost => StrCurrent On-Demand cost of operating this instance on a monthly basis. OnDemandHoursInLookbackPeriod => StrNumber of hours during the lookback period billed at On-Demand rates. ReservationCoveredHoursInLookbackPeriod => StrNumber of hours during the lookback period covered by reservations. ResourceDetails => Paws::CostExplorer::ResourceDetailsDetails about the resource and utilization. ResourceId => StrResource ID of the current instance. ResourceUtilization => Paws::CostExplorer::ResourceUtilizationUtilization information of the current instance during the lookback period. SavingsPlansCoveredHoursInLookbackPeriod => StrNumber of hours during the lookback period covered by Savings Plans. Tags => ArrayRef[Paws::CostExplorer::TagValues]Cost allocation resource tags applied to the instance. TotalRunningHoursInLookbackPeriod => StrThe total number of hours the instance ran during the lookback period. 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>
|