#[non_exhaustive]pub struct DescribeImageInput { /* private fields */ }
Implementations§
source§impl DescribeImageInput
impl DescribeImageInput
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the image to describe.
source§impl DescribeImageInput
impl DescribeImageInput
sourcepub fn builder() -> DescribeImageInputBuilder
pub fn builder() -> DescribeImageInputBuilder
Creates a new builder-style object to manufacture DescribeImageInput
.
source§impl DescribeImageInput
impl DescribeImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeImage
>
Trait Implementations§
source§impl Clone for DescribeImageInput
impl Clone for DescribeImageInput
source§fn clone(&self) -> DescribeImageInput
fn clone(&self) -> DescribeImageInput
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 DescribeImageInput
impl Debug for DescribeImageInput
source§impl PartialEq<DescribeImageInput> for DescribeImageInput
impl PartialEq<DescribeImageInput> for DescribeImageInput
source§fn eq(&self, other: &DescribeImageInput) -> bool
fn eq(&self, other: &DescribeImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.