class Aws::AccessAnalyzer::Types::ListPolicyGenerationsRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "Token",
      principal_arn: "PrincipalArn",
    }

@!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] principal_arn

The ARN of the IAM entity (user or role) for which you are
generating a policy. Use this with `ListGeneratedPolicies` to filter
the results to only include results for a specific principal.
@return [String]

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

Constants

SENSITIVE