Class: Aws::Types::ConfigurableUpfrontPricingTerm
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurableUpfrontPricingTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Returns the value of attribute configuration.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#rate_cards ⇒ ::Array[Types::ConfigurableUpfrontRateCardItem]
Returns the value of attribute rate_cards.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Returns the value of attribute configuration.
294 295 296 |
# File 'sig/types.rbs', line 294 def configuration @configuration end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
292 293 294 |
# File 'sig/types.rbs', line 292 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
291 292 293 |
# File 'sig/types.rbs', line 291 def id @id end |
#rate_cards ⇒ ::Array[Types::ConfigurableUpfrontRateCardItem]
Returns the value of attribute rate_cards.
293 294 295 |
# File 'sig/types.rbs', line 293 def rate_cards @rate_cards end |
#type ⇒ ::String
Returns the value of attribute type.
290 291 292 |
# File 'sig/types.rbs', line 290 def type @type end |