Module: Aws::Inspector2::Client::_GetCodeSecurityScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCodeSecurityScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #created_at ⇒ ::Time
- #last_commit_id ⇒ ::String
- #resource ⇒ Types::CodeSecurityResource
- #scan_id ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#account_id ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def account_id: () -> ::String
|
#created_at ⇒ ::Time
677 |
# File 'sig/client.rbs', line 677
def created_at: () -> ::Time
|
#last_commit_id ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def last_commit_id: () -> ::String
|
#resource ⇒ Types::CodeSecurityResource
673 |
# File 'sig/client.rbs', line 673
def resource: () -> Types::CodeSecurityResource
|
#scan_id ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def scan_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
675 |
# File 'sig/client.rbs', line 675
def status: () -> ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "SKIPPED")
|
#status_reason ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
678 |
# File 'sig/client.rbs', line 678
def updated_at: () -> ::Time
|