You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AccessAnalyzer::Types::Criterion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::Criterion
- Defined in:
- (unknown)
Overview
When passing Criterion as input to an Aws::Client method, you can use a vanilla Hash:
{
contains: ["String"],
eq: ["String"],
exists: false,
neq: ["String"],
}
The criteria to use in the filter that defines the archive rule.
Instance Attribute Summary collapse
-
#contains ⇒ Array<String>
A \"contains\" operator to match for the filter used to create the rule.
-
#eq ⇒ Array<String>
An \"equals\" operator to match for the filter used to create the rule.
-
#exists ⇒ Boolean
An \"exists\" operator to match for the filter used to create the rule.
-
#neq ⇒ Array<String>
A \"not equals\" operator to match for the filter used to create the rule.
Instance Attribute Details
#contains ⇒ Array<String>
A \"contains\" operator to match for the filter used to create the rule.
#eq ⇒ Array<String>
An \"equals\" operator to match for the filter used to create the rule.
#exists ⇒ Boolean
An \"exists\" operator to match for the filter used to create the rule.
#neq ⇒ Array<String>
A \"not equals\" operator to match for the filter used to create the rule.