Module: Aws::ECR::Client::_DescribeImageScanFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeImageScanFindingsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_id ⇒ Types::ImageIdentifier
- #image_scan_findings ⇒ Types::ImageScanFindings
- #image_scan_status ⇒ Types::ImageScanStatus
- #next_token ⇒ ::String
- #registry_id ⇒ ::String
- #repository_name ⇒ ::String
Instance Method Details
#image_id ⇒ Types::ImageIdentifier
364 |
# File 'sig/client.rbs', line 364
def image_id: () -> Types::ImageIdentifier
|
#image_scan_findings ⇒ Types::ImageScanFindings
366 |
# File 'sig/client.rbs', line 366
def image_scan_findings: () -> Types::ImageScanFindings
|
#image_scan_status ⇒ Types::ImageScanStatus
365 |
# File 'sig/client.rbs', line 365
def image_scan_status: () -> Types::ImageScanStatus
|
#next_token ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def next_token: () -> ::String
|
#registry_id ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def registry_id: () -> ::String
|
#repository_name ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def repository_name: () -> ::String
|