Class: Aws::Types::PricingDetail
- Inherits:
-
Object
- Object
- Aws::Types::PricingDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#price ⇒ ::Float
Returns the value of attribute price.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
15251 15252 15253 |
# File 'sig/types.rbs', line 15251 def count @count end |
#price ⇒ ::Float
Returns the value of attribute price.
15252 15253 15254 |
# File 'sig/types.rbs', line 15252 def price @price end |