Class: Aws::Types::StartMedicalScribeJobRequest

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


771
772
773
# File 'sig/types.rbs', line 771

def kms_encryption_context
  @kms_encryption_context
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def media
  @media
end

#medical_scribe_contextTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def output_encryption_kms_key_id
  @output_encryption_kms_key_id
end

#settingsTypes::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.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def tags
  @tags
end