Class: Aws::CodeGuruSecurity::Types::AccountFindingsMetric

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

Instance Attribute Details

#closed_findingsTypes::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

#dateTime

The date from which the findings metrics were retrieved.

Returns:

  • (Time)


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_closeTypes::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_findingsTypes::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_findingsTypes::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