Class: Aws::Types::MedicalScribeJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_definitions::Array[Types::MedicalScribeChannelDefinition]

Returns the value of attribute channel_definitions.



579
580
581
# File 'sig/types.rbs', line 579

def channel_definitions
  @channel_definitions
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


575
576
577
# File 'sig/types.rbs', line 575

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


574
575
576
# File 'sig/types.rbs', line 574

def creation_time
  @creation_time
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def data_access_role_arn
  @data_access_role_arn
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def failure_reason
  @failure_reason
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


570
571
572
# File 'sig/types.rbs', line 570

def language_code
  @language_code
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



571
572
573
# File 'sig/types.rbs', line 571

def media
  @media
end

#medical_scribe_context_providedBoolean

Returns the value of attribute medical_scribe_context_provided.

Returns:

  • (Boolean)


580
581
582
# File 'sig/types.rbs', line 580

def medical_scribe_context_provided
  @medical_scribe_context_provided
end

#medical_scribe_job_name::String

Returns the value of attribute medical_scribe_job_name.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

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")


569
570
571
# File 'sig/types.rbs', line 569

def medical_scribe_job_status
  @medical_scribe_job_status
end

#medical_scribe_outputTypes::MedicalScribeOutput

Returns the value of attribute medical_scribe_output.



572
573
574
# File 'sig/types.rbs', line 572

def medical_scribe_output
  @medical_scribe_output
end

#settingsTypes::MedicalScribeSettings

Returns the value of attribute settings.



577
578
579
# File 'sig/types.rbs', line 577

def settings
  @settings
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


573
574
575
# File 'sig/types.rbs', line 573

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def tags
  @tags
end