Struct rusoto_ecr::BatchCheckLayerAvailabilityRequest [] [src]

pub struct BatchCheckLayerAvailabilityRequest {
    pub layer_digests: Vec<String>,
    pub registry_id: Option<String>,
    pub repository_name: String,
}

Fields

The digests of the image layers to check.

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

The name of the repository that is associated with the image layers to check.

Trait Implementations

impl Default for BatchCheckLayerAvailabilityRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for BatchCheckLayerAvailabilityRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchCheckLayerAvailabilityRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more