Class: Aws::CodeGuruSecurity::Types::FindingMetricsValuePerSeverity

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

Overview

The severity of the issue in the code that generated a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criticalFloat

The severity of the finding is critical and should be addressed immediately.

Returns:

  • (Float)


547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 547

class FindingMetricsValuePerSeverity < Struct.new(
  :critical,
  :high,
  :info,
  :low,
  :medium)
  SENSITIVE = []
  include Aws::Structure
end

#highFloat

The severity of the finding is high and should be addressed as a near-term priority.

Returns:

  • (Float)


547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 547

class FindingMetricsValuePerSeverity < Struct.new(
  :critical,
  :high,
  :info,
  :low,
  :medium)
  SENSITIVE = []
  include Aws::Structure
end

#infoFloat

The finding is related to quality or readability improvements and not considered actionable.

Returns:

  • (Float)


547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 547

class FindingMetricsValuePerSeverity < Struct.new(
  :critical,
  :high,
  :info,
  :low,
  :medium)
  SENSITIVE = []
  include Aws::Structure
end

#lowFloat

The severity of the finding is low and does require action on its own.

Returns:

  • (Float)


547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 547

class FindingMetricsValuePerSeverity < Struct.new(
  :critical,
  :high,
  :info,
  :low,
  :medium)
  SENSITIVE = []
  include Aws::Structure
end

#mediumFloat

The severity of the finding is medium and should be addressed as a mid-term priority.

Returns:

  • (Float)


547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 547

class FindingMetricsValuePerSeverity < Struct.new(
  :critical,
  :high,
  :info,
  :low,
  :medium)
  SENSITIVE = []
  include Aws::Structure
end