Class: Aws::AccessAnalyzer::Types::InlineArchiveRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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

Instance Attribute Details

#filterHash<String,Types::Criterion>

The condition and values for a criterion.

Returns:



2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2128

class InlineArchiveRule < Struct.new(
  :rule_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2128

class InlineArchiveRule < Struct.new(
  :rule_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end