Class: Aws::Types::IgnoreNearExpected
- Inherits:
-
Object
- Object
- Aws::Types::IgnoreNearExpected
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Amount, Ratio, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#ratio ⇒ ::Float
Returns the value of attribute ratio.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
436 437 438 |
# File 'sig/types.rbs', line 436 def amount @amount end |
#ratio ⇒ ::Float
Returns the value of attribute ratio.
437 438 439 |
# File 'sig/types.rbs', line 437 def ratio @ratio end |
#unknown ⇒ Object
Returns the value of attribute unknown.
438 439 440 |
# File 'sig/types.rbs', line 438 def unknown @unknown end |