Class: Aws::Types::MedicalResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternatives::Array[Types::MedicalAlternative]

Returns the value of attribute alternatives.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def alternatives
  @alternatives
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def channel_id
  @channel_id
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


187
188
189
# File 'sig/types.rbs', line 187

def end_time
  @end_time
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


188
189
190
# File 'sig/types.rbs', line 188

def is_partial
  @is_partial
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def result_id
  @result_id
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


186
187
188
# File 'sig/types.rbs', line 186

def start_time
  @start_time
end