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

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 to delete. Job names are case sensitive.

Returns:

  • (String)


1236
1237
1238
1239
1240
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1236

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