Class: Aws::Types::FindingProviderSeverity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#label"INFORMATIONAL", ...

Returns the value of attribute label.

Returns:

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


5771
5772
5773
# File 'sig/types.rbs', line 5771

def label
  @label
end

#original::String

Returns the value of attribute original.

Returns:

  • (::String)


5772
5773
5774
# File 'sig/types.rbs', line 5772

def original
  @original
end