Class: Aws::Types::SeverityLevel
- Inherits:
-
Object
- Object
- Aws::Types::SeverityLevel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
408 409 410 |
# File 'sig/types.rbs', line 408 def code @code end |
#name ⇒ ::String
Returns the value of attribute name.
409 410 411 |
# File 'sig/types.rbs', line 409 def name @name end |