Class: Aws::Types::UsageBasedPricingTerm
- Inherits:
-
Object
- Object
- Aws::Types::UsageBasedPricingTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#rate_cards ⇒ ::Array[Types::UsageBasedRateCardItem]
Returns the value of attribute rate_cards.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
811 812 813 |
# File 'sig/types.rbs', line 811 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
809 810 811 |
# File 'sig/types.rbs', line 809 def id @id end |
#rate_cards ⇒ ::Array[Types::UsageBasedRateCardItem]
Returns the value of attribute rate_cards.
812 813 814 |
# File 'sig/types.rbs', line 812 def rate_cards @rate_cards end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
810 811 812 |
# File 'sig/types.rbs', line 810 def type @type end |