#[non_exhaustive]pub struct BatchImportFindingsInput { /* private fields */ }
Implementations§
source§impl BatchImportFindingsInput
impl BatchImportFindingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchImportFindings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchImportFindings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchImportFindings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchImportFindingsInput
.
source§impl BatchImportFindingsInput
impl BatchImportFindingsInput
sourcepub fn findings(&self) -> Option<&[AwsSecurityFinding]>
pub fn findings(&self) -> Option<&[AwsSecurityFinding]>
A list of findings to import. To successfully import a finding, it must follow the Amazon Web Services Security Finding Format. Maximum of 100 findings per request.
Trait Implementations§
source§impl Clone for BatchImportFindingsInput
impl Clone for BatchImportFindingsInput
source§fn clone(&self) -> BatchImportFindingsInput
fn clone(&self) -> BatchImportFindingsInput
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 Debug for BatchImportFindingsInput
impl Debug for BatchImportFindingsInput
source§impl PartialEq<BatchImportFindingsInput> for BatchImportFindingsInput
impl PartialEq<BatchImportFindingsInput> for BatchImportFindingsInput
source§fn eq(&self, other: &BatchImportFindingsInput) -> bool
fn eq(&self, other: &BatchImportFindingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.