Class: Aws::Types::SNOMEDCTConcept
- Inherits:
-
Object
- Object
- Aws::Types::SNOMEDCTConcept
- 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.
389 390 391 |
# File 'sig/types.rbs', line 389 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
388 389 390 |
# File 'sig/types.rbs', line 388 def description @description end |
#score ⇒ ::Float
Returns the value of attribute score.
390 391 392 |
# File 'sig/types.rbs', line 390 def score @score end |