You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AccessAnalyzer::Types::InlineArchiveRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::InlineArchiveRule
- Defined in:
- (unknown)
Overview
Note:
When passing InlineArchiveRule as input to an Aws::Client method, you can use a vanilla Hash:
{
filter: { # required
"String" => {
contains: ["String"],
eq: ["String"],
exists: false,
neq: ["String"],
},
},
rule_name: "Name", # required
}
An criterion statement in an archive rule. Each archive rule may have multiple criteria.
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.
#rule_name ⇒ String
The name of the rule.