Class: Aws::CodeGuruSecurity::Types::AccountFindingsMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::AccountFindingsMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
A summary of findings metrics for an account on a specified date.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#closed_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of closed findings of each severity on the specified date.
-
#date ⇒ Time
The date from which the findings metrics were retrieved.
-
#mean_time_to_close ⇒ Types::FindingMetricsValuePerSeverity
The average time in days it takes to close findings of each severity as of a specified date.
-
#new_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of new findings of each severity on the specified date.
-
#open_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of open findings of each severity as of the specified date.
Instance Attribute Details
#closed_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of closed findings of each severity on the specified date.
69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 69 class AccountFindingsMetric < Struct.new( :closed_findings, :date, :mean_time_to_close, :new_findings, :open_findings) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date from which the findings metrics were retrieved.
69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 69 class AccountFindingsMetric < Struct.new( :closed_findings, :date, :mean_time_to_close, :new_findings, :open_findings) SENSITIVE = [] include Aws::Structure end |
#mean_time_to_close ⇒ Types::FindingMetricsValuePerSeverity
The average time in days it takes to close findings of each severity as of a specified date.
69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 69 class AccountFindingsMetric < Struct.new( :closed_findings, :date, :mean_time_to_close, :new_findings, :open_findings) SENSITIVE = [] include Aws::Structure end |
#new_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of new findings of each severity on the specified date.
69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 69 class AccountFindingsMetric < Struct.new( :closed_findings, :date, :mean_time_to_close, :new_findings, :open_findings) SENSITIVE = [] include Aws::Structure end |
#open_findings ⇒ Types::FindingMetricsValuePerSeverity
The number of open findings of each severity as of the specified date.
69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 69 class AccountFindingsMetric < Struct.new( :closed_findings, :date, :mean_time_to_close, :new_findings, :open_findings) SENSITIVE = [] include Aws::Structure end |