Class: Aws::Types::SeverityLevel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#occurrences_threshold::Integer

Returns the value of attribute occurrences_threshold.

Returns:

  • (::Integer)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def occurrences_threshold
  @occurrences_threshold
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


1733
1734
1735
# File 'sig/types.rbs', line 1733

def severity
  @severity
end