Class: Aws::AccessAnalyzer::Types::UnusedAccessFindingsStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedAccessFindingsStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Provides aggregate statistics about the findings for the specified unused access analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#top_accounts ⇒ Array<Types::FindingAggregationAccountDetails>
A list of one to ten Amazon Web Services accounts that have the most active findings for the unused access analyzer.
-
#total_active_findings ⇒ Integer
The total number of active findings for the unused access analyzer.
-
#total_archived_findings ⇒ Integer
The total number of archived findings for the unused access analyzer.
-
#total_resolved_findings ⇒ Integer
The total number of resolved findings for the unused access analyzer.
-
#unused_access_type_statistics ⇒ Array<Types::UnusedAccessTypeStatistics>
A list of details about the total number of findings for each type of unused access for the analyzer.
Instance Attribute Details
#top_accounts ⇒ Array<Types::FindingAggregationAccountDetails>
A list of one to ten Amazon Web Services accounts that have the most active findings for the unused access analyzer.
4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4298 class UnusedAccessFindingsStatistics < Struct.new( :unused_access_type_statistics, :top_accounts, :total_active_findings, :total_archived_findings, :total_resolved_findings) SENSITIVE = [] include Aws::Structure end |
#total_active_findings ⇒ Integer
The total number of active findings for the unused access analyzer.
4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4298 class UnusedAccessFindingsStatistics < Struct.new( :unused_access_type_statistics, :top_accounts, :total_active_findings, :total_archived_findings, :total_resolved_findings) SENSITIVE = [] include Aws::Structure end |
#total_archived_findings ⇒ Integer
The total number of archived findings for the unused access analyzer.
4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4298 class UnusedAccessFindingsStatistics < Struct.new( :unused_access_type_statistics, :top_accounts, :total_active_findings, :total_archived_findings, :total_resolved_findings) SENSITIVE = [] include Aws::Structure end |
#total_resolved_findings ⇒ Integer
The total number of resolved findings for the unused access analyzer.
4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4298 class UnusedAccessFindingsStatistics < Struct.new( :unused_access_type_statistics, :top_accounts, :total_active_findings, :total_archived_findings, :total_resolved_findings) SENSITIVE = [] include Aws::Structure end |
#unused_access_type_statistics ⇒ Array<Types::UnusedAccessTypeStatistics>
A list of details about the total number of findings for each type of unused access for the analyzer.
4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4298 class UnusedAccessFindingsStatistics < Struct.new( :unused_access_type_statistics, :top_accounts, :total_active_findings, :total_archived_findings, :total_resolved_findings) SENSITIVE = [] include Aws::Structure end |