Class: Aws::Types::RxNormTrait
- Inherits:
-
Object
- Object
- Aws::Types::RxNormTrait
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "NEGATION", "PAST_HISTORY"
Returns the value of attribute name.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ "NEGATION", "PAST_HISTORY"
Returns the value of attribute name.
367 368 369 |
# File 'sig/types.rbs', line 367 def name @name end |
#score ⇒ ::Float
Returns the value of attribute score.
368 369 370 |
# File 'sig/types.rbs', line 368 def score @score end |