Class: Aws::AccessAnalyzer::Types::ListArchiveRulesResponse

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

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_rulesArray<Types::ArchiveRuleSummary>

A list of archive rules created for the specified analyzer.

Returns:



2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2604

class ListArchiveRulesResponse < Struct.new(
  :archive_rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2604

class ListArchiveRulesResponse < Struct.new(
  :archive_rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end