#[non_exhaustive]pub struct GetImagePipelineInput { /* private fields */ }
Implementations§
source§impl GetImagePipelineInput
impl GetImagePipelineInput
sourcepub fn image_pipeline_arn(&self) -> Option<&str>
pub fn image_pipeline_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
source§impl GetImagePipelineInput
impl GetImagePipelineInput
sourcepub fn builder() -> GetImagePipelineInputBuilder
pub fn builder() -> GetImagePipelineInputBuilder
Creates a new builder-style object to manufacture GetImagePipelineInput
.
source§impl GetImagePipelineInput
impl GetImagePipelineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetImagePipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetImagePipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetImagePipeline
>
Trait Implementations§
source§impl Clone for GetImagePipelineInput
impl Clone for GetImagePipelineInput
source§fn clone(&self) -> GetImagePipelineInput
fn clone(&self) -> GetImagePipelineInput
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 GetImagePipelineInput
impl Debug for GetImagePipelineInput
source§impl PartialEq<GetImagePipelineInput> for GetImagePipelineInput
impl PartialEq<GetImagePipelineInput> for GetImagePipelineInput
source§fn eq(&self, other: &GetImagePipelineInput) -> bool
fn eq(&self, other: &GetImagePipelineInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetImagePipelineInput
Auto Trait Implementations§
impl RefUnwindSafe for GetImagePipelineInput
impl Send for GetImagePipelineInput
impl Sync for GetImagePipelineInput
impl Unpin for GetImagePipelineInput
impl UnwindSafe for GetImagePipelineInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more