Class: Aws::Types::RateCardItem
- Inherits:
-
Object
- Object
- Aws::Types::RateCardItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
-
#price ⇒ ::String
Returns the value of attribute price.
Instance Attribute Details
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
692 693 694 |
# File 'sig/types.rbs', line 692 def dimension_key @dimension_key end |
#price ⇒ ::String
Returns the value of attribute price.
693 694 695 |
# File 'sig/types.rbs', line 693 def price @price end |