Class: Aws::Types::CostTypes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_creditBoolean

Returns the value of attribute include_credit.

Returns:

  • (Boolean)


125
126
127
# File 'sig/types.rbs', line 125

def include_credit
  @include_credit
end

#include_discountBoolean

Returns the value of attribute include_discount.

Returns:

  • (Boolean)


130
131
132
# File 'sig/types.rbs', line 130

def include_discount
  @include_discount
end

#include_other_subscriptionBoolean

Returns the value of attribute include_other_subscription.

Returns:

  • (Boolean)


128
129
130
# File 'sig/types.rbs', line 128

def include_other_subscription
  @include_other_subscription
end

#include_recurringBoolean

Returns the value of attribute include_recurring.

Returns:

  • (Boolean)


127
128
129
# File 'sig/types.rbs', line 127

def include_recurring
  @include_recurring
end

#include_refundBoolean

Returns the value of attribute include_refund.

Returns:

  • (Boolean)


124
125
126
# File 'sig/types.rbs', line 124

def include_refund
  @include_refund
end

#include_subscriptionBoolean

Returns the value of attribute include_subscription.

Returns:

  • (Boolean)


122
123
124
# File 'sig/types.rbs', line 122

def include_subscription
  @include_subscription
end

#include_supportBoolean

Returns the value of attribute include_support.

Returns:

  • (Boolean)


129
130
131
# File 'sig/types.rbs', line 129

def include_support
  @include_support
end

#include_taxBoolean

Returns the value of attribute include_tax.

Returns:

  • (Boolean)


121
122
123
# File 'sig/types.rbs', line 121

def include_tax
  @include_tax
end

#include_upfrontBoolean

Returns the value of attribute include_upfront.

Returns:

  • (Boolean)


126
127
128
# File 'sig/types.rbs', line 126

def include_upfront
  @include_upfront
end

#use_amortizedBoolean

Returns the value of attribute use_amortized.

Returns:

  • (Boolean)


131
132
133
# File 'sig/types.rbs', line 131

def use_amortized
  @use_amortized
end

#use_blendedBoolean

Returns the value of attribute use_blended.

Returns:

  • (Boolean)


123
124
125
# File 'sig/types.rbs', line 123

def use_blended
  @use_blended
end