Class: Aws::Types::ExpenseCurrency
- Inherits:
-
Object
- Object
- Aws::Types::ExpenseCurrency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
236 237 238 |
# File 'sig/types.rbs', line 236 def code @code end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
237 238 239 |
# File 'sig/types.rbs', line 237 def confidence @confidence end |