Class: Aws::AccessAnalyzer::Types::AnalysisRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::AnalysisRule
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusions ⇒ Array<Types::AnalysisRuleCriteria>
A list of rules for the analyzer containing criteria to exclude from analysis.
Instance Attribute Details
#exclusions ⇒ Array<Types::AnalysisRuleCriteria>
A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
333 334 335 336 337 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 333 class AnalysisRule < Struct.new( :exclusions) SENSITIVE = [] include Aws::Structure end |