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
606 |
# File 'sig/client.rbs', line 606
def account_id: () -> ::String
|
#created_at ⇒ ::Time
609 |
# File 'sig/client.rbs', line 609
def created_at: () -> ::Time
|
#last_commit_id ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def last_commit_id: () -> ::String
|
#resource ⇒ Types::CodeSecurityResource
605 |
# File 'sig/client.rbs', line 605
def resource: () -> Types::CodeSecurityResource
|
#scan_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def scan_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
607 |
# File 'sig/client.rbs', line 607
def status: () -> ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "SKIPPED")
|
#status_reason ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
610 |
# File 'sig/client.rbs', line 610
def updated_at: () -> ::Time
|