![]() |
![]()
| ![]() |
![]()
NAMEPaws::Budgets::CostTypes 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::Budgets::CostTypes object: $service_obj->Method(Att1 => { IncludeCredit => $value, ..., UseBlended => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Budgets::CostTypes object: $result = $service_obj->Method(...); $result->Att1->IncludeCredit DESCRIPTIONThe types of cost that are included in a "COST" budget, such as tax and subscriptions. "USAGE", "RI_UTILIZATION", "RI_COVERAGE", "SAVINGS_PLANS_UTILIZATION", and "SAVINGS_PLANS_COVERAGE" budgets do not have "CostTypes". ATTRIBUTESIncludeCredit => BoolSpecifies whether a budget includes credits. The default value is "true". IncludeDiscount => BoolSpecifies whether a budget includes discounts. The default value is "true". IncludeOtherSubscription => BoolSpecifies whether a budget includes non-RI subscription costs. The default value is "true". IncludeRecurring => BoolSpecifies whether a budget includes recurring fees such as monthly RI fees. The default value is "true". IncludeRefund => BoolSpecifies whether a budget includes refunds. The default value is "true". IncludeSubscription => BoolSpecifies whether a budget includes subscriptions. The default value is "true". IncludeSupport => BoolSpecifies whether a budget includes support subscription fees. The default value is "true". IncludeTax => BoolSpecifies whether a budget includes taxes. The default value is "true". IncludeUpfront => BoolSpecifies whether a budget includes upfront RI costs. The default value is "true". UseAmortized => BoolSpecifies whether a budget uses the amortized rate. The default value is "false". UseBlended => BoolSpecifies whether a budget uses a blended rate. The default value is "false". SEE ALSOThis class forms part of Paws, describing an object used in Paws::Budgets 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>
|