Class: Aws::TranscribeService::Types::GetTranscriptionJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transcription_job_nameString

The name of the transcription job you want information about. Job names are case sensitive.

Returns:

  • (String)


1481
1482
1483
1484
1485
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1481

class GetTranscriptionJobRequest < Struct.new(
  :transcription_job_name)
  SENSITIVE = []
  include Aws::Structure
end