Struct aws_sdk_ecr::input::GetDownloadUrlForLayerInput
source · [−]#[non_exhaustive]pub struct GetDownloadUrlForLayerInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetDownloadUrlForLayerInput
impl Clone for GetDownloadUrlForLayerInput
sourcefn clone(&self) -> GetDownloadUrlForLayerInput
fn clone(&self) -> GetDownloadUrlForLayerInput
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 GetDownloadUrlForLayerInput
impl Debug for GetDownloadUrlForLayerInput
sourceimpl PartialEq<GetDownloadUrlForLayerInput> for GetDownloadUrlForLayerInput
impl PartialEq<GetDownloadUrlForLayerInput> for GetDownloadUrlForLayerInput
sourcefn eq(&self, other: &GetDownloadUrlForLayerInput) -> bool
fn eq(&self, other: &GetDownloadUrlForLayerInput) -> bool
impl StructuralPartialEq for GetDownloadUrlForLayerInput
Auto Trait Implementations
impl RefUnwindSafe for GetDownloadUrlForLayerInput
impl Send for GetDownloadUrlForLayerInput
impl Sync for GetDownloadUrlForLayerInput
impl Unpin for GetDownloadUrlForLayerInput
impl UnwindSafe for GetDownloadUrlForLayerInput
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