Class: Aws::CodeGuruSecurity::Types::MetricsSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb

Overview

Information about summary metrics in an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categories_with_most_findingsArray<Types::CategoryWithFindingNum>

A list of CategoryWithFindingNum objects for the top 5 finding categories with the most open findings in an account.

Returns:



911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 911

class MetricsSummary < Struct.new(
  :categories_with_most_findings,
  :date,
  :open_findings,
  :scans_with_most_open_critical_findings,
  :scans_with_most_open_findings)
  SENSITIVE = []
  include Aws::Structure
end

#dateTime

The date from which the metrics summary information was retrieved.

Returns:

  • (Time)


911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 911

class MetricsSummary < Struct.new(
  :categories_with_most_findings,
  :date,
  :open_findings,
  :scans_with_most_open_critical_findings,
  :scans_with_most_open_findings)
  SENSITIVE = []
  include Aws::Structure
end

#open_findingsTypes::FindingMetricsValuePerSeverity

The number of open findings of each severity in an account.



911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 911

class MetricsSummary < Struct.new(
  :categories_with_most_findings,
  :date,
  :open_findings,
  :scans_with_most_open_critical_findings,
  :scans_with_most_open_findings)
  SENSITIVE = []
  include Aws::Structure
end

#scans_with_most_open_critical_findingsArray<Types::ScanNameWithFindingNum>

A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings in an account.

Returns:



911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 911

class MetricsSummary < Struct.new(
  :categories_with_most_findings,
  :date,
  :open_findings,
  :scans_with_most_open_critical_findings,
  :scans_with_most_open_findings)
  SENSITIVE = []
  include Aws::Structure
end

#scans_with_most_open_findingsArray<Types::ScanNameWithFindingNum>

A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical findings in an account.

Returns:



911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 911

class MetricsSummary < Struct.new(
  :categories_with_most_findings,
  :date,
  :open_findings,
  :scans_with_most_open_critical_findings,
  :scans_with_most_open_findings)
  SENSITIVE = []
  include Aws::Structure
end