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.
15548 15549 15550 |
# File 'sig/types.rbs', line 15548 def count @count end |
#price ⇒ ::Float
Returns the value of attribute price.
15549 15550 15551 |
# File 'sig/types.rbs', line 15549 def price @price end |