Struct aws_sdk_securityhub::model::AwsEcrRepositoryLifecyclePolicyDetails [−][src]
#[non_exhaustive]pub struct AwsEcrRepositoryLifecyclePolicyDetails {
pub lifecycle_policy_text: Option<String>,
pub registry_id: Option<String>,
}
Expand description
Information about the lifecycle policy for the repository.
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.lifecycle_policy_text: Option<String>
The text of the lifecycle policy.
registry_id: Option<String>
The Amazon Web Services account identifier that is associated with the registry that contains the repository.
Implementations
The text of the lifecycle policy.
The Amazon Web Services account identifier that is associated with the registry that contains the repository.
Creates a new builder-style object to manufacture AwsEcrRepositoryLifecyclePolicyDetails
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
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