Class: Aws::AccessAnalyzer::Types::ListArchiveRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListArchiveRulesResponse
- 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
-
#archive_rules ⇒ Array<Types::ArchiveRuleSummary>
A list of archive rules created for the specified analyzer.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#archive_rules ⇒ Array<Types::ArchiveRuleSummary>
A list of archive rules created for the specified analyzer.
2082 2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2082 class ListArchiveRulesResponse < Struct.new( :archive_rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2082 2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2082 class ListArchiveRulesResponse < Struct.new( :archive_rules, :next_token) SENSITIVE = [] include Aws::Structure end |