Class: Aws::Macie2::Types::Severity

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

Overview

Provides the numerical and qualitative representations of a finding’s severity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The qualitative representation of the finding’s severity. Possible values are:

Returns:

  • (String)


5967
5968
5969
5970
5971
5972
# File 'lib/aws-sdk-macie2/types.rb', line 5967

class Severity < Struct.new(
  :description,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreInteger

Returns:

  • (Integer)


5967
5968
5969
5970
5971
5972
# File 'lib/aws-sdk-macie2/types.rb', line 5967

class Severity < Struct.new(
  :description,
  :score)
  SENSITIVE = []
  include Aws::Structure
end