Class: Aws::Types::PriceScheduleSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PriceScheduleSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
15246 15247 15248 |
# File 'sig/types.rbs', line 15246 def currency_code @currency_code end |
#price ⇒ ::Float
Returns the value of attribute price.
15245 15246 15247 |
# File 'sig/types.rbs', line 15245 def price @price end |
#term ⇒ ::Integer
Returns the value of attribute term.
15244 15245 15246 |
# File 'sig/types.rbs', line 15244 def term @term end |