Struct aws_sdk_ecr::model::RepositoryScanningConfigurationFailure [−][src]
#[non_exhaustive]pub struct RepositoryScanningConfigurationFailure {
pub repository_name: Option<String>,
pub failure_code: Option<ScanningConfigurationFailureCode>,
pub failure_reason: Option<String>,
}Expand description
The details about any failures associated with the scanning configuration of a repository.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.repository_name: Option<String>The name of the repository.
failure_code: Option<ScanningConfigurationFailureCode>The failure code.
failure_reason: Option<String>The reason for the failure.
Implementations
The name of the repository.
The failure code.
The reason for the failure.
Creates a new builder-style object to manufacture RepositoryScanningConfigurationFailure
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
