AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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 don't have CostTypes.

Inheritance Hierarchy

System.Object
  Amazon.Budgets.Model.CostTypes

Namespace: Amazon.Budgets.Model
Assembly: AWSSDK.Budgets.dll
Version: 3.x.y.z

Syntax

C#
public class CostTypes

The CostTypes type exposes the following members

Constructors

NameDescription
Public Method CostTypes()

Properties

NameTypeDescription
Public Property IncludeCredit System.Boolean

Gets and sets the property IncludeCredit.

Specifies whether a budget includes credits.

The default value is true.

Public Property IncludeDiscount System.Boolean

Gets and sets the property IncludeDiscount.

Specifies whether a budget includes discounts.

The default value is true.

Public Property IncludeOtherSubscription System.Boolean

Gets and sets the property IncludeOtherSubscription.

Specifies whether a budget includes non-RI subscription costs.

The default value is true.

Public Property IncludeRecurring System.Boolean

Gets and sets the property IncludeRecurring.

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

The default value is true.

Public Property IncludeRefund System.Boolean

Gets and sets the property IncludeRefund.

Specifies whether a budget includes refunds.

The default value is true.

Public Property IncludeSubscription System.Boolean

Gets and sets the property IncludeSubscription.

Specifies whether a budget includes subscriptions.

The default value is true.

Public Property IncludeSupport System.Boolean

Gets and sets the property IncludeSupport.

Specifies whether a budget includes support subscription fees.

The default value is true.

Public Property IncludeTax System.Boolean

Gets and sets the property IncludeTax.

Specifies whether a budget includes taxes.

The default value is true.

Public Property IncludeUpfront System.Boolean

Gets and sets the property IncludeUpfront.

Specifies whether a budget includes upfront RI costs.

The default value is true.

Public Property UseAmortized System.Boolean

Gets and sets the property UseAmortized.

Specifies whether a budget uses the amortized rate.

The default value is false.

Public Property UseBlended System.Boolean

Gets and sets the property UseBlended.

Specifies whether a budget uses a blended rate.

The default value is false.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5