Class: Aws::Types::PercentPair
- Inherits:
-
Object
- Object
- Aws::Types::PercentPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percent ⇒ ::Float
Returns the value of attribute percent.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#percent ⇒ ::Float
Returns the value of attribute percent.
4080 4081 4082 |
# File 'sig/types.rbs', line 4080 def percent @percent end |
#value ⇒ ::Float
Returns the value of attribute value.
4081 4082 4083 |
# File 'sig/types.rbs', line 4081 def value @value end |