Class: Aws::Types::InferRxNormResponse
- Inherits:
-
Object
- Object
- Aws::Types::InferRxNormResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::RxNormEntity]
Returns the value of attribute entities.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::RxNormEntity]
Returns the value of attribute entities.
216 217 218 |
# File 'sig/types.rbs', line 216 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
218 219 220 |
# File 'sig/types.rbs', line 218 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
217 218 219 |
# File 'sig/types.rbs', line 217 def pagination_token @pagination_token end |