Class: Aws::Types::StartMedicalTranscriptionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalTranscriptionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
-
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
-
#output_bucket_name ⇒ ::String
Returns the value of attribute output_bucket_name.
-
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
-
#output_key ⇒ ::String
Returns the value of attribute output_key.
-
#settings ⇒ Types::MedicalTranscriptionSetting
Returns the value of attribute settings.
-
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
Instance Attribute Details
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
796 797 798 |
# File 'sig/types.rbs', line 796 def content_identification_type @content_identification_type end |
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
794 795 796 |
# File 'sig/types.rbs', line 794 def kms_encryption_context @kms_encryption_context end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
787 788 789 |
# File 'sig/types.rbs', line 787 def language_code @language_code end |
#media ⇒ Types::Media
Returns the value of attribute media.
790 791 792 |
# File 'sig/types.rbs', line 790 def media @media end |
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
789 790 791 |
# File 'sig/types.rbs', line 789 def media_format @media_format end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
788 789 790 |
# File 'sig/types.rbs', line 788 def media_sample_rate_hertz @media_sample_rate_hertz end |
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
786 787 788 |
# File 'sig/types.rbs', line 786 def medical_transcription_job_name @medical_transcription_job_name end |
#output_bucket_name ⇒ ::String
Returns the value of attribute output_bucket_name.
791 792 793 |
# File 'sig/types.rbs', line 791 def output_bucket_name @output_bucket_name end |
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
793 794 795 |
# File 'sig/types.rbs', line 793 def output_encryption_kms_key_id @output_encryption_kms_key_id end |
#output_key ⇒ ::String
Returns the value of attribute output_key.
792 793 794 |
# File 'sig/types.rbs', line 792 def output_key @output_key end |
#settings ⇒ Types::MedicalTranscriptionSetting
Returns the value of attribute settings.
795 796 797 |
# File 'sig/types.rbs', line 795 def settings @settings end |
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
797 798 799 |
# File 'sig/types.rbs', line 797 def specialty @specialty end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
799 800 801 |
# File 'sig/types.rbs', line 799 def @tags end |
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
798 799 800 |
# File 'sig/types.rbs', line 798 def type @type end |