Class: Aws::Types::ImageScanStatus
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
671 672 673 |
# File 'sig/types.rbs', line 671 def description @description end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
670 671 672 |
# File 'sig/types.rbs', line 670 def status @status end |