Class: Aws::Macie2::Types::SeverityLevel

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

Overview

Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that match the custom data identifier's detection criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#occurrences_thresholdInteger

Returns:

  • (Integer)


5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5989

class SeverityLevel < Struct.new(
  :occurrences_threshold,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of a finding, ranging from LOW, for least severe, to HIGH, for most severe. Valid values are:

Returns:

  • (String)


5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5989

class SeverityLevel < Struct.new(
  :occurrences_threshold,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end