Class: Aws::Macie2::Types::Severity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Severity
- 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
-
#description ⇒ String
The qualitative representation of the finding’s severity.
- #score ⇒ Integer
Instance Attribute Details
#description ⇒ String
The qualitative representation of the finding’s severity. Possible values are:
6102 6103 6104 6105 6106 6107 |
# File 'lib/aws-sdk-macie2/types.rb', line 6102 class Severity < Struct.new( :description, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Integer
6102 6103 6104 6105 6106 6107 |
# File 'lib/aws-sdk-macie2/types.rb', line 6102 class Severity < Struct.new( :description, :score) SENSITIVE = [] include Aws::Structure end |