#[non_exhaustive]pub struct BatchImportFindingsInput {
pub findings: Option<Vec<AwsSecurityFinding>>,
}
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.findings: Option<Vec<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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchImportFindings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchImportFindings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BatchImportFindings
>
Creates a new builder-style object to manufacture BatchImportFindingsInput
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
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 BatchImportFindingsInput
impl Send for BatchImportFindingsInput
impl Sync for BatchImportFindingsInput
impl Unpin for BatchImportFindingsInput
impl UnwindSafe for BatchImportFindingsInput
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