class Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsRequest

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

data as a hash:

    {
      access_preview_id: "AccessPreviewId", # required
      analyzer_arn: "AnalyzerArn", # required
      filter: {
        "String" => {
          contains: ["String"],
          eq: ["String"],
          exists: false,
          neq: ["String"],
        },
      },
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] access_preview_id

The unique ID for the access preview.
@return [String]

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] used to generate the access.

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

@!attribute [rw] filter

Criteria to filter the returned findings.
@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]

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

Constants

SENSITIVE