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.
| 1305 1306 1307 1308 1309 | # File 'lib/aws-sdk-transcribeservice/types.rb', line 1305 class DeleteTranscriptionJobRequest < Struct.new( :transcription_job_name) SENSITIVE = [] include Aws::Structure end |