Class: Aws::Types::PriceSchedule
- Inherits:
-
Object
- Object
- Aws::Types::PriceSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
-
#price ⇒ ::Float
Returns the value of attribute price.
-
#term ⇒ ::Integer
Returns the value of attribute term.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
15533 15534 15535 |
# File 'sig/types.rbs', line 15533 def active @active end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
15534 15535 15536 |
# File 'sig/types.rbs', line 15534 def currency_code @currency_code end |
#price ⇒ ::Float
Returns the value of attribute price.
15535 15536 15537 |
# File 'sig/types.rbs', line 15535 def price @price end |
#term ⇒ ::Integer
Returns the value of attribute term.
15536 15537 15538 |
# File 'sig/types.rbs', line 15536 def term @term end |