class Aws::AccessAnalyzer::Types::Criterion

The criteria to use in the filter that defines the archive rule.

@note When making an API call, you may pass Criterion

data as a hash:

    {
      contains: ["String"],
      eq: ["String"],
      exists: false,
      neq: ["String"],
    }

@!attribute [rw] contains

A "contains" operator to match for the filter used to create the
rule.
@return [Array<String>]

@!attribute [rw] eq

An "equals" operator to match for the filter used to create the
rule.
@return [Array<String>]

@!attribute [rw] exists

An "exists" operator to match for the filter used to create the
rule.
@return [Boolean]

@!attribute [rw] neq

A "not equals" operator to match for the filter used to create the
rule.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/Criterion AWS API Documentation

Constants

SENSITIVE