Class: Aws::Types::MedicalTranscriptionJobSummary

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)


661
662
663
# File 'sig/types.rbs', line 661

def completion_time
  @completion_time
end

#content_identification_type"PHI"

Returns the value of attribute content_identification_type.

Returns:

  • ("PHI")


667
668
669
# File 'sig/types.rbs', line 667

def content_identification_type
  @content_identification_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


659
660
661
# File 'sig/types.rbs', line 659

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def failure_reason
  @failure_reason
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:

  • ("af-ZA", "ar-AE", "ar-SA", "am-ET", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-MX", "es-US", "fa-AF", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "ht-HT", "id-ID", "it-IT", "ja-JP", "jv-ID", "km-KH", "ko-KR", "my-MM", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-EE", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "ne-NP", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zh-HK", "zu-ZA")


662
663
664
# File 'sig/types.rbs', line 662

def language_code
  @language_code
end

#medical_transcription_job_name::String

Returns the value of attribute medical_transcription_job_name.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def medical_transcription_job_name
  @medical_transcription_job_name
end

#output_location_type"CUSTOMER_BUCKET", "SERVICE_BUCKET"

Returns the value of attribute output_location_type.

Returns:

  • ("CUSTOMER_BUCKET", "SERVICE_BUCKET")


665
666
667
# File 'sig/types.rbs', line 665

def output_location_type
  @output_location_type
end

#specialty"PRIMARYCARE"

Returns the value of attribute specialty.

Returns:

  • ("PRIMARYCARE")


666
667
668
# File 'sig/types.rbs', line 666

def specialty
  @specialty
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


660
661
662
# File 'sig/types.rbs', line 660

def start_time
  @start_time
end

#transcription_job_status"QUEUED", ...

Returns the value of attribute transcription_job_status.

Returns:

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


663
664
665
# File 'sig/types.rbs', line 663

def transcription_job_status
  @transcription_job_status
end

#type"CONVERSATION", "DICTATION"

Returns the value of attribute type.

Returns:

  • ("CONVERSATION", "DICTATION")


668
669
670
# File 'sig/types.rbs', line 668

def type
  @type
end