Class: Aws::AccessAnalyzer::Types::InternalAccessAnalysisRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::InternalAccessAnalysisRule
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about analysis rules for the internal access 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
-
#inclusions ⇒ Array<Types::InternalAccessAnalysisRuleCriteria>
A list of rules for the internal access analyzer containing criteria to include in analysis.
Instance Attribute Details
#inclusions ⇒ Array<Types::InternalAccessAnalysisRuleCriteria>
A list of rules for the internal access analyzer containing criteria to include in analysis. Only resources that meet the rule criteria will generate findings.
2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2586 class InternalAccessAnalysisRule < Struct.new( :inclusions) SENSITIVE = [] include Aws::Structure end |