Class: Aws::Types::MedicalScribeJob
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeJob
- 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.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#medical_scribe_context_provided ⇒ Boolean
Returns the value of attribute medical_scribe_context_provided.
-
#medical_scribe_job_name ⇒ ::String
Returns the value of attribute medical_scribe_job_name.
-
#medical_scribe_job_status ⇒ "QUEUED", ...
Returns the value of attribute medical_scribe_job_status.
-
#medical_scribe_output ⇒ Types::MedicalScribeOutput
Returns the value of attribute medical_scribe_output.
-
#settings ⇒ Types::MedicalScribeSettings
Returns the value of attribute settings.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#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.
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.
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.
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.
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.
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.
570 571 572 |
# File 'sig/types.rbs', line 570 def language_code @language_code end |
#media ⇒ Types::Media
Returns the value of attribute media.
571 572 573 |
# File 'sig/types.rbs', line 571 def media @media end |
#medical_scribe_context_provided ⇒ Boolean
Returns the value of attribute medical_scribe_context_provided.
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.
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.
569 570 571 |
# File 'sig/types.rbs', line 569 def medical_scribe_job_status @medical_scribe_job_status end |
#medical_scribe_output ⇒ Types::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 |
#settings ⇒ Types::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.
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.
581 582 583 |
# File 'sig/types.rbs', line 581 def @tags end |