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

Class: Aws::AccessAnalyzer::Types::ListArchiveRulesRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer to retrieve rules from.

Returns:

  • (String)

    The name of the analyzer to retrieve rules from.

#max_resultsInteger

The maximum number of results to return in the request.

Returns:

  • (Integer)

    The maximum number of results to return in the request.

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)

    A token used for pagination of results returned.