You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AccessAnalyzer::Types::ListAnalyzersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAnalyzersRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Retrieves a list of analyzers.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)

    The maximum number of results to return in the response.

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)

    A token used for pagination of results returned.

#typeString

The type of analyzer.

Possible values:

  • ACCOUNT
  • ORGANIZATION

Returns:

  • (String)

    The type of analyzer.