Class: Aws::AccessAnalyzer::Types::InlineArchiveRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::InlineArchiveRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
An criterion statement in an archive rule. Each archive rule may have multiple criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Hash<String,Types::Criterion>
The condition and values for a criterion.
-
#rule_name ⇒ String
The name of the rule.
Instance Attribute Details
#filter ⇒ Hash<String,Types::Criterion>
The condition and values for a criterion.
2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2294 class InlineArchiveRule < Struct.new( :rule_name, :filter) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule.
2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2294 class InlineArchiveRule < Struct.new( :rule_name, :filter) SENSITIVE = [] include Aws::Structure end |