Class: Aws::Types::ImageScanState
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def reason @reason end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def status @status end |