Class: Aws::Types::RxNormAttribute
- Inherits:
-
Object
- Object
- Aws::Types::RxNormAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#traits ⇒ ::Array[Types::RxNormTrait]
Returns the value of attribute traits.
-
#type ⇒ "DOSAGE", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
338 339 340 |
# File 'sig/types.rbs', line 338 def begin_offset @begin_offset end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
339 340 341 |
# File 'sig/types.rbs', line 339 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
337 338 339 |
# File 'sig/types.rbs', line 337 def id @id end |
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
336 337 338 |
# File 'sig/types.rbs', line 336 def relationship_score @relationship_score end |
#score ⇒ ::Float
Returns the value of attribute score.
335 336 337 |
# File 'sig/types.rbs', line 335 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
340 341 342 |
# File 'sig/types.rbs', line 340 def text @text end |
#traits ⇒ ::Array[Types::RxNormTrait]
Returns the value of attribute traits.
341 342 343 |
# File 'sig/types.rbs', line 341 def traits @traits end |
#type ⇒ "DOSAGE", ...
Returns the value of attribute type.
334 335 336 |
# File 'sig/types.rbs', line 334 def type @type end |