#[non_exhaustive]pub struct ReadPipelineOutput { /* private fields */ }
Expand description
The ReadPipelineResponse
structure.
Implementations
sourceimpl ReadPipelineOutput
impl ReadPipelineOutput
sourcepub fn pipeline(&self) -> Option<&Pipeline>
pub fn pipeline(&self) -> Option<&Pipeline>
A section of the response body that provides information about the pipeline.
sourcepub fn warnings(&self) -> Option<&[Warning]>
pub fn warnings(&self) -> Option<&[Warning]>
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
sourceimpl ReadPipelineOutput
impl ReadPipelineOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadPipelineOutput
.
Trait Implementations
sourceimpl Clone for ReadPipelineOutput
impl Clone for ReadPipelineOutput
sourcefn clone(&self) -> ReadPipelineOutput
fn clone(&self) -> ReadPipelineOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReadPipelineOutput
impl Debug for ReadPipelineOutput
sourceimpl PartialEq<ReadPipelineOutput> for ReadPipelineOutput
impl PartialEq<ReadPipelineOutput> for ReadPipelineOutput
sourcefn eq(&self, other: &ReadPipelineOutput) -> bool
fn eq(&self, other: &ReadPipelineOutput) -> bool
impl StructuralPartialEq for ReadPipelineOutput
Auto Trait Implementations
impl RefUnwindSafe for ReadPipelineOutput
impl Send for ReadPipelineOutput
impl Sync for ReadPipelineOutput
impl Unpin for ReadPipelineOutput
impl UnwindSafe for ReadPipelineOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more