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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer to retrieve rules from.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2584

class ListArchiveRulesRequest < Struct.new(
  :analyzer_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the request.

Returns:

  • (Integer)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2584

class ListArchiveRulesRequest < Struct.new(
  :analyzer_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2584

class ListArchiveRulesRequest < Struct.new(
  :analyzer_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end