Class: Aws::TranscribeService::Types::DeleteTranscriptionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteTranscriptionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcription_job_name ⇒ String
The name of the transcription job you want to delete.
Instance Attribute Details
#transcription_job_name ⇒ String
The name of the transcription job you want to delete. Job names are case sensitive.
1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1330 class DeleteTranscriptionJobRequest < Struct.new( :transcription_job_name) SENSITIVE = [] include Aws::Structure end |