Class: Aws::Types::RxNormConcept
- Inherits:
-
Object
- Object
- Aws::Types::RxNormConcept
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
347 348 349 |
# File 'sig/types.rbs', line 347 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
346 347 348 |
# File 'sig/types.rbs', line 346 def description @description end |
#score ⇒ ::Float
Returns the value of attribute score.
348 349 350 |
# File 'sig/types.rbs', line 348 def score @score end |