Struct aws_sdk_ecr::input::InitiateLayerUploadInput
source · #[non_exhaustive]pub struct InitiateLayerUploadInput { /* private fields */ }Implementations§
source§impl InitiateLayerUploadInput
impl InitiateLayerUploadInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InitiateLayerUpload, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InitiateLayerUpload, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<InitiateLayerUpload>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InitiateLayerUploadInput.
source§impl InitiateLayerUploadInput
impl InitiateLayerUploadInput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry to which you intend to upload layers. 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 to which you intend to upload layers.
Trait Implementations§
source§impl Clone for InitiateLayerUploadInput
impl Clone for InitiateLayerUploadInput
source§fn clone(&self) -> InitiateLayerUploadInput
fn clone(&self) -> InitiateLayerUploadInput
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 InitiateLayerUploadInput
impl Debug for InitiateLayerUploadInput
source§impl PartialEq<InitiateLayerUploadInput> for InitiateLayerUploadInput
impl PartialEq<InitiateLayerUploadInput> for InitiateLayerUploadInput
source§fn eq(&self, other: &InitiateLayerUploadInput) -> bool
fn eq(&self, other: &InitiateLayerUploadInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.