Class: Aws::AccessAnalyzer::Types::GetArchiveRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetArchiveRuleResponse
- 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_rule ⇒ Types::ArchiveRuleSummary
Contains information about an archive rule.
Instance Attribute Details
#archive_rule ⇒ Types::ArchiveRuleSummary
Contains information about an archive rule. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.
2057 2058 2059 2060 2061 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2057 class GetArchiveRuleResponse < Struct.new( :archive_rule) SENSITIVE = [] include Aws::Structure end |