Class: Aws::Types::StartCodeSecurityScanResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartCodeSecurityScanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def scan_id @scan_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def status @status end |