Class: Aws::Types::InferICD10CMResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array[Types::ICD10CMEntity]

Returns the value of attribute entities.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def entities
  @entities
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def model_version
  @model_version
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def pagination_token
  @pagination_token
end