#[non_exhaustive]pub struct DeleteTranscriptionJobInput { /* private fields */ }Implementations§
source§impl DeleteTranscriptionJobInput
impl DeleteTranscriptionJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTranscriptionJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTranscriptionJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTranscriptionJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTranscriptionJobInput.
source§impl DeleteTranscriptionJobInput
impl DeleteTranscriptionJobInput
sourcepub fn transcription_job_name(&self) -> Option<&str>
pub fn transcription_job_name(&self) -> Option<&str>
The name of the transcription job you want to delete. Job names are case sensitive.
Trait Implementations§
source§impl Clone for DeleteTranscriptionJobInput
impl Clone for DeleteTranscriptionJobInput
source§fn clone(&self) -> DeleteTranscriptionJobInput
fn clone(&self) -> DeleteTranscriptionJobInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteTranscriptionJobInput
impl Debug for DeleteTranscriptionJobInput
source§impl PartialEq<DeleteTranscriptionJobInput> for DeleteTranscriptionJobInput
impl PartialEq<DeleteTranscriptionJobInput> for DeleteTranscriptionJobInput
source§fn eq(&self, other: &DeleteTranscriptionJobInput) -> bool
fn eq(&self, other: &DeleteTranscriptionJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.