Module: Aws::Inspector2::Client::_StartCodeSecurityScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartCodeSecurityScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#scan_id ⇒ ::String
1721 |
# File 'sig/client.rbs', line 1721
def scan_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
1722 |
# File 'sig/client.rbs', line 1722
def status: () -> ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "SKIPPED")
|