Struct aws_sdk_ecr::input::DeletePullThroughCacheRuleInput
source · [−]#[non_exhaustive]pub struct DeletePullThroughCacheRuleInput { /* private fields */ }
Implementations
sourceimpl DeletePullThroughCacheRuleInput
impl DeletePullThroughCacheRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePullThroughCacheRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePullThroughCacheRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePullThroughCacheRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePullThroughCacheRuleInput
.
sourceimpl DeletePullThroughCacheRuleInput
impl DeletePullThroughCacheRuleInput
sourcepub fn ecr_repository_prefix(&self) -> Option<&str>
pub fn ecr_repository_prefix(&self) -> Option<&str>
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
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 pull through cache rule. If you do not specify a registry, the default registry is assumed.
Trait Implementations
sourceimpl Clone for DeletePullThroughCacheRuleInput
impl Clone for DeletePullThroughCacheRuleInput
sourcefn clone(&self) -> DeletePullThroughCacheRuleInput
fn clone(&self) -> DeletePullThroughCacheRuleInput
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 PartialEq<DeletePullThroughCacheRuleInput> for DeletePullThroughCacheRuleInput
impl PartialEq<DeletePullThroughCacheRuleInput> for DeletePullThroughCacheRuleInput
sourcefn eq(&self, other: &DeletePullThroughCacheRuleInput) -> bool
fn eq(&self, other: &DeletePullThroughCacheRuleInput) -> bool
impl StructuralPartialEq for DeletePullThroughCacheRuleInput
Auto Trait Implementations
impl RefUnwindSafe for DeletePullThroughCacheRuleInput
impl Send for DeletePullThroughCacheRuleInput
impl Sync for DeletePullThroughCacheRuleInput
impl Unpin for DeletePullThroughCacheRuleInput
impl UnwindSafe for DeletePullThroughCacheRuleInput
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