Class: Aws::Types::InferSNOMEDCTResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#charactersTypes::Characters

Returns the value of attribute characters.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def characters
  @characters
end

#entities::Array[Types::SNOMEDCTEntity]

Returns the value of attribute entities.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def entities
  @entities
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def pagination_token
  @pagination_token
end

#snomedct_detailsTypes::SNOMEDCTDetails

Returns the value of attribute snomedct_details.



231
232
233
# File 'sig/types.rbs', line 231

def snomedct_details
  @snomedct_details
end