Class: Aws::Types::SeverityUpdate

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


7609
7610
7611
# File 'sig/types.rbs', line 7609

def label
  @label
end

#normalized::Integer

Returns the value of attribute normalized.

Returns:

  • (::Integer)


7607
7608
7609
# File 'sig/types.rbs', line 7607

def normalized
  @normalized
end

#product::Float

Returns the value of attribute product.

Returns:

  • (::Float)


7608
7609
7610
# File 'sig/types.rbs', line 7608

def product
  @product
end