Struct aws_sdk_ecr::input::BatchGetImageInput [−][src]
#[non_exhaustive]pub struct BatchGetImageInput {
pub registry_id: Option<String>,
pub repository_name: Option<String>,
pub image_ids: Option<Vec<ImageIdentifier>>,
pub accepted_media_types: Option<Vec<String>>,
}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.registry_id: Option<String>The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
repository_name: Option<String>The repository that contains the images to describe.
image_ids: Option<Vec<ImageIdentifier>>A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
accepted_media_types: Option<Vec<String>>The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetImage, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetImage, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BatchGetImage>
Creates a new builder-style object to manufacture BatchGetImageInput
The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
The repository that contains the images to describe.
A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
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 BatchGetImageInput
impl Send for BatchGetImageInput
impl Sync for BatchGetImageInput
impl Unpin for BatchGetImageInput
impl UnwindSafe for BatchGetImageInput
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
