Struct aws_sdk_inspector::input::ListFindingsInput [−][src]
#[non_exhaustive]pub struct ListFindingsInput {
pub assessment_run_arns: Option<Vec<String>>,
pub filter: Option<FindingFilter>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.assessment_run_arns: Option<Vec<String>>The ARNs of the assessment runs that generate the findings that you want to list.
filter: Option<FindingFilter>You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
next_token: Option<String>You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListFindings action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
max_results: Option<i32>You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFindings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFindings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListFindings>
Creates a new builder-style object to manufacture ListFindingsInput
The ARNs of the assessment runs that generate the findings that you want to list.
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListFindings action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
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 ListFindingsInput
impl Send for ListFindingsInput
impl Sync for ListFindingsInput
impl Unpin for ListFindingsInput
impl UnwindSafe for ListFindingsInput
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
