Class: Aws::TranscribeService::Types::DeleteTranscriptionJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to delete. Job names are case sensitive.

Returns:

  • (String)


1400
1401
1402
1403
1404
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1400

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