Class: Aws::CodeGuruSecurity::Types::MetricsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::MetricsSummary
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
A summary of metrics for an account as of a specified date.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories_with_most_findings ⇒ Array<Types::CategoryWithFindingNum>
A list of
CategoryWithFindingNum
objects for the top 5 finding categories with the most findings. -
#date ⇒ Time
The date from which the metrics summary information was retrieved.
-
#open_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of open findings of each severity.
-
#scans_with_most_open_critical_findings ⇒ Array<Types::ScanNameWithFindingNum>
A list of
ScanNameWithFindingNum
objects for the top 3 scans with the most number of open critical findings. -
#scans_with_most_open_findings ⇒ Array<Types::ScanNameWithFindingNum>
A list of
ScanNameWithFindingNum
objects for the top 3 scans with the most number of open findings.
Instance Attribute Details
#categories_with_most_findings ⇒ Array<Types::CategoryWithFindingNum>
A list of CategoryWithFindingNum
objects for the top 5 finding
categories with the most findings.
919 920 921 922 923 924 925 926 927 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 919 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 |
#date ⇒ Time
The date from which the metrics summary information was retrieved.
919 920 921 922 923 924 925 926 927 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 919 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_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of open findings of each severity.
919 920 921 922 923 924 925 926 927 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 919 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_findings ⇒ Array<Types::ScanNameWithFindingNum>
A list of ScanNameWithFindingNum
objects for the top 3 scans with
the most number of open critical findings.
919 920 921 922 923 924 925 926 927 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 919 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_findings ⇒ Array<Types::ScanNameWithFindingNum>
A list of ScanNameWithFindingNum
objects for the top 3 scans with
the most number of open findings.
919 920 921 922 923 924 925 926 927 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 919 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 |