Class: Aws::Types::Severity

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")


7588
7589
7590
# File 'sig/types.rbs', line 7588

def label
  @label
end

#normalized::Integer

Returns the value of attribute normalized.

Returns:

  • (::Integer)


7589
7590
7591
# File 'sig/types.rbs', line 7589

def normalized
  @normalized
end

#original::String

Returns the value of attribute original.

Returns:

  • (::String)


7590
7591
7592
# File 'sig/types.rbs', line 7590

def original
  @original
end

#product::Float

Returns the value of attribute product.

Returns:

  • (::Float)


7587
7588
7589
# File 'sig/types.rbs', line 7587

def product
  @product
end