class Aws::AccessAnalyzer::Types::ListAnalyzersRequest

Retrieves a list of analyzers.

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

data as a hash:

    {
      max_results: 1,
      next_token: "Token",
      type: "ACCOUNT", # accepts ACCOUNT, ORGANIZATION
    }

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

The type of analyzer.
@return [String]

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

Constants

SENSITIVE