Struct aws_sdk_ecr::input::CreatePullThroughCacheRuleInput [−][src]
#[non_exhaustive]pub struct CreatePullThroughCacheRuleInput {
pub ecr_repository_prefix: Option<String>,
pub upstream_registry_url: Option<String>,
pub registry_id: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.ecr_repository_prefix: Option<String>The repository name prefix to use when caching images from the source registry.
upstream_registry_url: Option<String>The registry URL of the upstream public registry to use as the source for the pull through cache rule.
registry_id: Option<String>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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePullThroughCacheRule, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePullThroughCacheRule, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreatePullThroughCacheRule>
Creates a new builder-style object to manufacture CreatePullThroughCacheRuleInput
The repository name prefix to use when caching images from the source registry.
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CreatePullThroughCacheRuleInput
impl Sync for CreatePullThroughCacheRuleInput
impl Unpin for CreatePullThroughCacheRuleInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
