Struct aws_sdk_elastictranscoder::output::CancelJobOutput
source · [−]#[non_exhaustive]pub struct CancelJobOutput {}
Expand description
The response body contains a JSON object. If the job is successfully canceled, the value of Success
is true
.
Implementations
Creates a new builder-style object to manufacture CancelJobOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CancelJobOutput
impl Send for CancelJobOutput
impl Sync for CancelJobOutput
impl Unpin for CancelJobOutput
impl UnwindSafe for CancelJobOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more