Struct aws_sdk_securityhub::model::AwsEcrRepositoryDetails [−][src]
#[non_exhaustive]pub struct AwsEcrRepositoryDetails {
pub arn: Option<String>,
pub image_scanning_configuration: Option<AwsEcrRepositoryImageScanningConfigurationDetails>,
pub image_tag_mutability: Option<String>,
pub lifecycle_policy: Option<AwsEcrRepositoryLifecyclePolicyDetails>,
pub repository_name: Option<String>,
pub repository_policy_text: Option<String>,
}
Expand description
Provides information about an Amazon Elastic Container Registry 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.arn: Option<String>
The ARN of the repository.
image_scanning_configuration: Option<AwsEcrRepositoryImageScanningConfigurationDetails>
The image scanning configuration for a repository.
image_tag_mutability: Option<String>
The tag mutability setting for the repository.
lifecycle_policy: Option<AwsEcrRepositoryLifecyclePolicyDetails>
Information about the lifecycle policy for the repository.
repository_name: Option<String>
The name of the repository.
repository_policy_text: Option<String>
The text of the repository policy.
Implementations
pub fn image_scanning_configuration(
&self
) -> Option<&AwsEcrRepositoryImageScanningConfigurationDetails>
pub fn image_scanning_configuration(
&self
) -> Option<&AwsEcrRepositoryImageScanningConfigurationDetails>
The image scanning configuration for a repository.
The tag mutability setting for the repository.
Information about the lifecycle policy for the repository.
The name of the repository.
The text of the repository policy.
Creates a new builder-style object to manufacture AwsEcrRepositoryDetails
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 AwsEcrRepositoryDetails
impl Send for AwsEcrRepositoryDetails
impl Sync for AwsEcrRepositoryDetails
impl Unpin for AwsEcrRepositoryDetails
impl UnwindSafe for AwsEcrRepositoryDetails
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