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

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

Overview

A summary of findings metrics in an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#closed_findingsTypes::FindingMetricsValuePerSeverity

The number of closed findings of each severity in an account on the specified date.



70
71
72
73
74
75
76
77
78
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 70

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 finding metrics were retrieved.

Returns:

  • (Time)


70
71
72
73
74
75
76
77
78
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 70

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 it takes to close findings of each severity in days.



70
71
72
73
74
75
76
77
78
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 70

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 in account on the specified date.



70
71
72
73
74
75
76
77
78
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 70

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 in an account as of the specified date.



70
71
72
73
74
75
76
77
78
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 70

class AccountFindingsMetric < Struct.new(
  :closed_findings,
  :date,
  :mean_time_to_close,
  :new_findings,
  :open_findings)
  SENSITIVE = []
  include Aws::Structure
end