Class: Aws::Types::FindingProviderSeverity
- Inherits:
-
Object
- Object
- Aws::Types::FindingProviderSeverity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ "INFORMATIONAL", ...
Returns the value of attribute label.
-
#original ⇒ ::String
Returns the value of attribute original.
Instance Attribute Details
#label ⇒ "INFORMATIONAL", ...
Returns the value of attribute label.
5771 5772 5773 |
# File 'sig/types.rbs', line 5771 def label @label end |
#original ⇒ ::String
Returns the value of attribute original.
5772 5773 5774 |
# File 'sig/types.rbs', line 5772 def original @original end |