Class: Aws::Types::CostTypes
- Inherits:
-
Object
- Object
- Aws::Types::CostTypes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_credit ⇒ Boolean
Returns the value of attribute include_credit.
-
#include_discount ⇒ Boolean
Returns the value of attribute include_discount.
-
#include_other_subscription ⇒ Boolean
Returns the value of attribute include_other_subscription.
-
#include_recurring ⇒ Boolean
Returns the value of attribute include_recurring.
-
#include_refund ⇒ Boolean
Returns the value of attribute include_refund.
-
#include_subscription ⇒ Boolean
Returns the value of attribute include_subscription.
-
#include_support ⇒ Boolean
Returns the value of attribute include_support.
-
#include_tax ⇒ Boolean
Returns the value of attribute include_tax.
-
#include_upfront ⇒ Boolean
Returns the value of attribute include_upfront.
-
#use_amortized ⇒ Boolean
Returns the value of attribute use_amortized.
-
#use_blended ⇒ Boolean
Returns the value of attribute use_blended.
Instance Attribute Details
#include_credit ⇒ Boolean
Returns the value of attribute include_credit.
125 126 127 |
# File 'sig/types.rbs', line 125 def include_credit @include_credit end |
#include_discount ⇒ Boolean
Returns the value of attribute include_discount.
130 131 132 |
# File 'sig/types.rbs', line 130 def include_discount @include_discount end |
#include_other_subscription ⇒ Boolean
Returns the value of attribute include_other_subscription.
128 129 130 |
# File 'sig/types.rbs', line 128 def include_other_subscription @include_other_subscription end |
#include_recurring ⇒ Boolean
Returns the value of attribute include_recurring.
127 128 129 |
# File 'sig/types.rbs', line 127 def include_recurring @include_recurring end |
#include_refund ⇒ Boolean
Returns the value of attribute include_refund.
124 125 126 |
# File 'sig/types.rbs', line 124 def include_refund @include_refund end |
#include_subscription ⇒ Boolean
Returns the value of attribute include_subscription.
122 123 124 |
# File 'sig/types.rbs', line 122 def include_subscription @include_subscription end |
#include_support ⇒ Boolean
Returns the value of attribute include_support.
129 130 131 |
# File 'sig/types.rbs', line 129 def include_support @include_support end |
#include_tax ⇒ Boolean
Returns the value of attribute include_tax.
121 122 123 |
# File 'sig/types.rbs', line 121 def include_tax @include_tax end |
#include_upfront ⇒ Boolean
Returns the value of attribute include_upfront.
126 127 128 |
# File 'sig/types.rbs', line 126 def include_upfront @include_upfront end |
#use_amortized ⇒ Boolean
Returns the value of attribute use_amortized.
131 132 133 |
# File 'sig/types.rbs', line 131 def use_amortized @use_amortized end |
#use_blended ⇒ Boolean
Returns the value of attribute use_blended.
123 124 125 |
# File 'sig/types.rbs', line 123 def use_blended @use_blended end |