Class: Aws::Types::ImageScanFinding
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
649 650 651 |
# File 'sig/types.rbs', line 649 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
646 647 648 |
# File 'sig/types.rbs', line 646 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
645 646 647 |
# File 'sig/types.rbs', line 645 def name @name end |
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
648 649 650 |
# File 'sig/types.rbs', line 648 def severity @severity end |
#uri ⇒ ::String
Returns the value of attribute uri.
647 648 649 |
# File 'sig/types.rbs', line 647 def uri @uri end |