Struct aws_sdk_imagebuilder::input::GetImagePipelineInput
source · [−]#[non_exhaustive]pub struct GetImagePipelineInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetImagePipelineInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetImagePipelineInput
impl Clone for GetImagePipelineInput
sourcefn clone(&self) -> GetImagePipelineInput
fn clone(&self) -> GetImagePipelineInput
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 GetImagePipelineInput
impl Debug for GetImagePipelineInput
sourceimpl PartialEq<GetImagePipelineInput> for GetImagePipelineInput
impl PartialEq<GetImagePipelineInput> for GetImagePipelineInput
sourcefn eq(&self, other: &GetImagePipelineInput) -> bool
fn eq(&self, other: &GetImagePipelineInput) -> bool
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
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