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.
865 866 867 |
# File 'sig/types.rbs', line 865 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
863 864 865 |
# File 'sig/types.rbs', line 863 def id @id end |
#rate_cards ⇒ ::Array[Types::UsageBasedRateCardItem]
Returns the value of attribute rate_cards.
866 867 868 |
# File 'sig/types.rbs', line 866 def rate_cards @rate_cards end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
864 865 866 |
# File 'sig/types.rbs', line 864 def type @type end |