class Aws::AccessAnalyzer::Types::ListAccessPreviewsRequest

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

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] analyzer_arn

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

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

@!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/ListAccessPreviewsRequest AWS API Documentation

Constants

SENSITIVE