Class: Aws::Types::Annotation
- Inherits:
-
Object
- Object
- Aws::Types::Annotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
-
#remediation_link ⇒ ::String
Returns the value of attribute remediation_link.
-
#remediation_message ⇒ ::String
Returns the value of attribute remediation_message.
-
#severity_level ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity_level.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
52 53 54 |
# File 'sig/types.rbs', line 52 def annotation_name @annotation_name end |
#remediation_link ⇒ ::String
Returns the value of attribute remediation_link.
56 57 58 |
# File 'sig/types.rbs', line 56 def remediation_link @remediation_link end |
#remediation_message ⇒ ::String
Returns the value of attribute remediation_message.
55 56 57 |
# File 'sig/types.rbs', line 55 def @remediation_message end |
#severity_level ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity_level.
57 58 59 |
# File 'sig/types.rbs', line 57 def severity_level @severity_level end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
53 54 55 |
# File 'sig/types.rbs', line 53 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
54 55 56 |
# File 'sig/types.rbs', line 54 def @status_message end |