Class: Aws::Types::StartMedicalScribeJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalScribeJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#medical_scribe_context ⇒ Types::MedicalScribeContext
Returns the value of attribute medical_scribe_context.
-
#medical_scribe_job_name ⇒ ::String
Returns the value of attribute medical_scribe_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.
-
#settings ⇒ Types::MedicalScribeSettings
Returns the value of attribute settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
774 775 776 |
# File 'sig/types.rbs', line 774 def channel_definitions @channel_definitions end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def data_access_role_arn @data_access_role_arn end |
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
771 772 773 |
# File 'sig/types.rbs', line 771 def kms_encryption_context @kms_encryption_context end |
#media ⇒ Types::Media
Returns the value of attribute media.
768 769 770 |
# File 'sig/types.rbs', line 768 def media @media end |
#medical_scribe_context ⇒ Types::MedicalScribeContext
Returns the value of attribute medical_scribe_context.
776 777 778 |
# File 'sig/types.rbs', line 776 def medical_scribe_context @medical_scribe_context end |
#medical_scribe_job_name ⇒ ::String
Returns the value of attribute medical_scribe_job_name.
767 768 769 |
# File 'sig/types.rbs', line 767 def medical_scribe_job_name @medical_scribe_job_name end |
#output_bucket_name ⇒ ::String
Returns the value of attribute output_bucket_name.
769 770 771 |
# File 'sig/types.rbs', line 769 def output_bucket_name @output_bucket_name end |
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def output_encryption_kms_key_id @output_encryption_kms_key_id end |
#settings ⇒ Types::MedicalScribeSettings
Returns the value of attribute settings.
773 774 775 |
# File 'sig/types.rbs', line 773 def settings @settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
775 776 777 |
# File 'sig/types.rbs', line 775 def @tags end |