Class: Aws::Types::DimensionalPriceRate
- Inherits:
-
Object
- Object
- Aws::Types::DimensionalPriceRate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dimension ⇒ ::String
Returns the value of attribute dimension.
-
#price ⇒ ::String
Returns the value of attribute price.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def description @description end |
#dimension ⇒ ::String
Returns the value of attribute dimension.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def dimension @dimension end |
#price ⇒ ::String
Returns the value of attribute price.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def price @price end |
#unit ⇒ ::String
Returns the value of attribute unit.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def unit @unit end |