Class: Aws::Budgets::Types::CostTypes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_creditBoolean

Specifies whether a budget includes credits.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_discountBoolean

Specifies whether a budget includes discounts.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_other_subscriptionBoolean

Specifies whether a budget includes non-RI subscription costs.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_recurringBoolean

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

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_refundBoolean

Specifies whether a budget includes refunds.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_subscriptionBoolean

Specifies whether a budget includes subscriptions.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_supportBoolean

Specifies whether a budget includes support subscription fees.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_taxBoolean

Specifies whether a budget includes taxes.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#include_upfrontBoolean

Specifies whether a budget includes upfront RI costs.

The default value is ‘true`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#use_amortizedBoolean

Specifies whether a budget uses the amortized rate.

The default value is ‘false`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end

#use_blendedBoolean

Specifies whether a budget uses a blended rate.

The default value is ‘false`.

Returns:

  • (Boolean)


513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/aws-sdk-budgets/types.rb', line 513

class CostTypes < Struct.new(
  :include_tax,
  :include_subscription,
  :use_blended,
  :include_refund,
  :include_credit,
  :include_upfront,
  :include_recurring,
  :include_other_subscription,
  :include_support,
  :include_discount,
  :use_amortized)
  SENSITIVE = []
  include Aws::Structure
end