Class: Aws::Types::MedicalScribeJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


603
604
605
# File 'sig/types.rbs', line 603

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


601
602
603
# File 'sig/types.rbs', line 601

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def failure_reason
  @failure_reason
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


604
605
606
# File 'sig/types.rbs', line 604

def language_code
  @language_code
end

#medical_scribe_job_name::String

Returns the value of attribute medical_scribe_job_name.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def medical_scribe_job_name
  @medical_scribe_job_name
end

#medical_scribe_job_status"QUEUED", ...

Returns the value of attribute medical_scribe_job_status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED")


605
606
607
# File 'sig/types.rbs', line 605

def medical_scribe_job_status
  @medical_scribe_job_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def start_time
  @start_time
end