Struct aws_sdk_ecr::model::PullThroughCacheRule [−][src]
#[non_exhaustive]pub struct PullThroughCacheRule {
pub ecr_repository_prefix: Option<String>,
pub upstream_registry_url: Option<String>,
pub created_at: Option<DateTime>,
pub registry_id: Option<String>,
}Expand description
The details of a pull through cache rule.
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 Amazon ECR repository prefix associated with the pull through cache rule.
upstream_registry_url: Option<String>The upstream registry URL associated with the pull through cache rule.
created_at: Option<DateTime>The date and time the pull through cache was created.
registry_id: Option<String>The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
Implementations
The Amazon ECR repository prefix associated with the pull through cache rule.
The upstream registry URL associated with the pull through cache rule.
The date and time the pull through cache was created.
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
Creates a new builder-style object to manufacture PullThroughCacheRule
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 RefUnwindSafe for PullThroughCacheRule
impl Send for PullThroughCacheRule
impl Sync for PullThroughCacheRule
impl Unpin for PullThroughCacheRule
impl UnwindSafe for PullThroughCacheRule
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
