The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Budgets::CostTypes

USAGE

This 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

DESCRIPTION

The 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.

ATTRIBUTES

IncludeCredit => Bool

Specifies whether a budget includes credits.

The default value is true.

IncludeDiscount => Bool

Specifies whether a budget includes discounts.

The default value is true.

IncludeOtherSubscription => Bool

Specifies whether a budget includes non-RI subscription costs.

The default value is true.

IncludeRecurring => Bool

Specifies whether a budget includes recurring fees such as monthly RI fees.

The default value is true.

IncludeRefund => Bool

Specifies whether a budget includes refunds.

The default value is true.

IncludeSubscription => Bool

Specifies whether a budget includes subscriptions.

The default value is true.

IncludeSupport => Bool

Specifies whether a budget includes support subscription fees.

The default value is true.

IncludeTax => Bool

Specifies whether a budget includes taxes.

The default value is true.

IncludeUpfront => Bool

Specifies whether a budget includes upfront RI costs.

The default value is true.

UseAmortized => Bool

Specifies whether a budget uses the amortized rate.

The default value is false.

UseBlended => Bool

Specifies whether a budget uses a blended rate.

The default value is false.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Budgets

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues