Class: Aws::Types::InferSNOMEDCTResponse
- Inherits:
-
Object
- Object
- Aws::Types::InferSNOMEDCTResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#characters ⇒ Types::Characters
Returns the value of attribute characters.
-
#entities ⇒ ::Array[Types::SNOMEDCTEntity]
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.
-
#snomedct_details ⇒ Types::SNOMEDCTDetails
Returns the value of attribute snomedct_details.
Instance Attribute Details
#characters ⇒ Types::Characters
Returns the value of attribute characters.
232 233 234 |
# File 'sig/types.rbs', line 232 def characters @characters end |
#entities ⇒ ::Array[Types::SNOMEDCTEntity]
Returns the value of attribute entities.
228 229 230 |
# File 'sig/types.rbs', line 228 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
230 231 232 |
# File 'sig/types.rbs', line 230 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
229 230 231 |
# File 'sig/types.rbs', line 229 def pagination_token @pagination_token end |
#snomedct_details ⇒ Types::SNOMEDCTDetails
Returns the value of attribute snomedct_details.
231 232 233 |
# File 'sig/types.rbs', line 231 def snomedct_details @snomedct_details end |