Struct aws_sdk_securityhub::input::GetFindingsInput
source · #[non_exhaustive]pub struct GetFindingsInput { /* private fields */ }
Implementations§
source§impl GetFindingsInput
impl GetFindingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFindings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFindingsInput
.
source§impl GetFindingsInput
impl GetFindingsInput
sourcepub fn filters(&self) -> Option<&AwsSecurityFindingFilters>
pub fn filters(&self) -> Option<&AwsSecurityFindingFilters>
The finding attributes used to define a condition to filter the returned findings.
You can filter by up to 10 finding attributes. For each attribute, you can provide up to 20 filter values.
Note that in the available filter fields, WorkflowState
is deprecated. To search for a finding based on its workflow status, use WorkflowStatus
.
sourcepub fn sort_criteria(&self) -> Option<&[SortCriterion]>
pub fn sort_criteria(&self) -> Option<&[SortCriterion]>
The finding attributes used to sort the list of returned findings.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that is required for pagination. On your first call to the GetFindings
operation, set the value of this parameter to NULL
.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of findings to return.
Trait Implementations§
source§impl Clone for GetFindingsInput
impl Clone for GetFindingsInput
source§fn clone(&self) -> GetFindingsInput
fn clone(&self) -> GetFindingsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetFindingsInput
impl Debug for GetFindingsInput
source§impl PartialEq<GetFindingsInput> for GetFindingsInput
impl PartialEq<GetFindingsInput> for GetFindingsInput
source§fn eq(&self, other: &GetFindingsInput) -> bool
fn eq(&self, other: &GetFindingsInput) -> bool
self
and other
values to be equal, and is used
by ==
.