Struct aws_sdk_ecr::output::DeletePullThroughCacheRuleOutput [−][src]
#[non_exhaustive]pub struct DeletePullThroughCacheRuleOutput {
pub ecr_repository_prefix: Option<String>,
pub upstream_registry_url: Option<String>,
pub created_at: Option<DateTime>,
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 Amazon ECR repository prefix associated with the request.
upstream_registry_url: Option<String>The upstream registry URL associated with the pull through cache rule.
created_at: Option<DateTime>The timestamp associated with the pull through cache rule.
registry_id: Option<String>The registry ID associated with the request.
Implementations
The Amazon ECR repository prefix associated with the request.
The upstream registry URL associated with the pull through cache rule.
The timestamp associated with the pull through cache rule.
The registry ID associated with the request.
Creates a new builder-style object to manufacture DeletePullThroughCacheRuleOutput
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 DeletePullThroughCacheRuleOutput
impl Sync for DeletePullThroughCacheRuleOutput
impl Unpin for DeletePullThroughCacheRuleOutput
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
