class Aws::AccessAnalyzer::Types::ListFindingsRequest

Retrieves a list of findings generated by the specified analyzer.

@note When making an API call, you may pass ListFindingsRequest

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      filter: {
        "String" => {
          contains: ["String"],
          eq: ["String"],
          exists: false,
          neq: ["String"],
        },
      },
      max_results: 1,
      next_token: "Token",
      sort: {
        attribute_name: "String",
        order_by: "ASC", # accepts ASC, DESC
      },
    }

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] to retrieve findings from.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
@return [String]

@!attribute [rw] filter

A filter to match for the findings to return.
@return [Hash<String,Types::Criterion>]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

@!attribute [rw] next_token

A token used for pagination of results returned.
@return [String]

@!attribute [rw] sort

The sort order for the findings returned.
@return [Types::SortCriteria]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListFindingsRequest AWS API Documentation

Constants

SENSITIVE