Class: Aws::Types::CountPercent
- Inherits:
-
Object
- Object
- Aws::Types::CountPercent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
28 29 30 |
# File 'sig/types.rbs', line 28 def count @count end |
#percentage ⇒ ::Float
Returns the value of attribute percentage.
29 30 31 |
# File 'sig/types.rbs', line 29 def percentage @percentage end |