Struct aws_sdk_ecr::operation::batch_get_repository_scanning_configuration::BatchGetRepositoryScanningConfigurationOutput
source · #[non_exhaustive]pub struct BatchGetRepositoryScanningConfigurationOutput { /* private fields */ }
Implementations§
source§impl BatchGetRepositoryScanningConfigurationOutput
impl BatchGetRepositoryScanningConfigurationOutput
sourcepub fn scanning_configurations(
&self
) -> Option<&[RepositoryScanningConfiguration]>
pub fn scanning_configurations( &self ) -> Option<&[RepositoryScanningConfiguration]>
The scanning configuration for the requested repositories.
sourcepub fn failures(&self) -> Option<&[RepositoryScanningConfigurationFailure]>
pub fn failures(&self) -> Option<&[RepositoryScanningConfigurationFailure]>
Any failures associated with the call.
source§impl BatchGetRepositoryScanningConfigurationOutput
impl BatchGetRepositoryScanningConfigurationOutput
sourcepub fn builder() -> BatchGetRepositoryScanningConfigurationOutputBuilder
pub fn builder() -> BatchGetRepositoryScanningConfigurationOutputBuilder
Creates a new builder-style object to manufacture BatchGetRepositoryScanningConfigurationOutput
.
Trait Implementations§
source§impl Clone for BatchGetRepositoryScanningConfigurationOutput
impl Clone for BatchGetRepositoryScanningConfigurationOutput
source§fn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
fn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
impl PartialEq<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
source§fn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
fn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchGetRepositoryScanningConfigurationOutput
impl RequestId for BatchGetRepositoryScanningConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.