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 ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
915 916 917 |
# File 'sig/types.rbs', line 915 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
914 915 916 |
# File 'sig/types.rbs', line 914 def id @id end |
#rate_cards ⇒ ::Array[Types::UsageBasedRateCardItem]
Returns the value of attribute rate_cards.
916 917 918 |
# File 'sig/types.rbs', line 916 def rate_cards @rate_cards end |
#type ⇒ ::String
Returns the value of attribute type.
913 914 915 |
# File 'sig/types.rbs', line 913 def type @type end |