class Aws::AccessAnalyzer::Types::ListArchiveRulesRequest

Retrieves a list of archive rules created for the specified analyzer.

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

data as a hash:

    {
      analyzer_name: "Name", # required
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] analyzer_name

The name of the analyzer to retrieve rules from.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the request.
@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/ListArchiveRulesRequest AWS API Documentation

Constants

SENSITIVE