Class: Aws::Types::SeverityUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SeverityUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ "INFORMATIONAL", ...
Returns the value of attribute label.
-
#normalized ⇒ ::Integer
Returns the value of attribute normalized.
-
#product ⇒ ::Float
Returns the value of attribute product.
Instance Attribute Details
#label ⇒ "INFORMATIONAL", ...
Returns the value of attribute label.
7609 7610 7611 |
# File 'sig/types.rbs', line 7609 def label @label end |
#normalized ⇒ ::Integer
Returns the value of attribute normalized.
7607 7608 7609 |
# File 'sig/types.rbs', line 7607 def normalized @normalized end |
#product ⇒ ::Float
Returns the value of attribute product.
7608 7609 7610 |
# File 'sig/types.rbs', line 7608 def product @product end |