Class: Aws::ComprehendMedical::Types::InferRxNormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferRxNormRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The input text used for analysis.
Instance Attribute Details
#text ⇒ String
The input text used for analysis.
808 809 810 811 812 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 808 class InferRxNormRequest < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |