Struct aws_sdk_ecr::input::GetDownloadUrlForLayerInput
source · #[non_exhaustive]pub struct GetDownloadUrlForLayerInput { /* private fields */ }Implementations§
source§impl GetDownloadUrlForLayerInput
impl GetDownloadUrlForLayerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDownloadUrlForLayer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDownloadUrlForLayer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDownloadUrlForLayer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDownloadUrlForLayerInput.
source§impl GetDownloadUrlForLayerInput
impl GetDownloadUrlForLayerInput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository that is associated with the image layer to download.
sourcepub fn layer_digest(&self) -> Option<&str>
pub fn layer_digest(&self) -> Option<&str>
The digest of the image layer to download.
Trait Implementations§
source§impl Clone for GetDownloadUrlForLayerInput
impl Clone for GetDownloadUrlForLayerInput
source§fn clone(&self) -> GetDownloadUrlForLayerInput
fn clone(&self) -> GetDownloadUrlForLayerInput
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 GetDownloadUrlForLayerInput
impl Debug for GetDownloadUrlForLayerInput
source§impl PartialEq<GetDownloadUrlForLayerInput> for GetDownloadUrlForLayerInput
impl PartialEq<GetDownloadUrlForLayerInput> for GetDownloadUrlForLayerInput
source§fn eq(&self, other: &GetDownloadUrlForLayerInput) -> bool
fn eq(&self, other: &GetDownloadUrlForLayerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.