#[non_exhaustive]pub struct CreatePullThroughCacheRuleInput { /* private fields */ }
Implementations§
source§impl CreatePullThroughCacheRuleInput
impl CreatePullThroughCacheRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePullThroughCacheRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePullThroughCacheRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePullThroughCacheRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePullThroughCacheRuleInput
.
source§impl CreatePullThroughCacheRuleInput
impl CreatePullThroughCacheRuleInput
sourcepub fn ecr_repository_prefix(&self) -> Option<&str>
pub fn ecr_repository_prefix(&self) -> Option<&str>
The repository name prefix to use when caching images from the source registry.
sourcepub fn upstream_registry_url(&self) -> Option<&str>
pub fn upstream_registry_url(&self) -> Option<&str>
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
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 create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.
Trait Implementations§
source§impl Clone for CreatePullThroughCacheRuleInput
impl Clone for CreatePullThroughCacheRuleInput
source§fn clone(&self) -> CreatePullThroughCacheRuleInput
fn clone(&self) -> CreatePullThroughCacheRuleInput
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 PartialEq<CreatePullThroughCacheRuleInput> for CreatePullThroughCacheRuleInput
impl PartialEq<CreatePullThroughCacheRuleInput> for CreatePullThroughCacheRuleInput
source§fn eq(&self, other: &CreatePullThroughCacheRuleInput) -> bool
fn eq(&self, other: &CreatePullThroughCacheRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.