Class: Aws::AccessAnalyzer::Types::UnusedAccessFindingsStatistics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#top_accountsArray<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_findingsInteger

The total number of active findings for the unused access analyzer.

Returns:

  • (Integer)


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_findingsInteger

The total number of archived findings for the unused access analyzer.

Returns:

  • (Integer)


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_findingsInteger

The total number of resolved findings for the unused access analyzer.

Returns:

  • (Integer)


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_statisticsArray<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