Class: Aws::Types::ICD10CMConcept
- Inherits:
-
Object
- Object
- Aws::Types::ICD10CMConcept
- 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.
173 174 175 |
# File 'sig/types.rbs', line 173 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
172 173 174 |
# File 'sig/types.rbs', line 172 def description @description end |
#score ⇒ ::Float
Returns the value of attribute score.
174 175 176 |
# File 'sig/types.rbs', line 174 def score @score end |