Struct aws_sdk_elastictranscoder::output::CreatePresetOutput [−][src]
#[non_exhaustive]pub struct CreatePresetOutput {
pub preset: Option<Preset>,
pub warning: Option<String>,
}
Expand description
The CreatePresetResponse
structure.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.preset: Option<Preset>
A section of the response body that provides information about the preset that is created.
warning: Option<String>
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
Implementations
A section of the response body that provides information about the preset that is created.
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
Creates a new builder-style object to manufacture CreatePresetOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreatePresetOutput
impl Send for CreatePresetOutput
impl Sync for CreatePresetOutput
impl Unpin for CreatePresetOutput
impl UnwindSafe for CreatePresetOutput
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