Module: Aws::ECR::Client::_StartImageScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartImageScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_id ⇒ Types::ImageIdentifier
- #image_scan_status ⇒ Types::ImageScanStatus
- #registry_id ⇒ ::String
- #repository_name ⇒ ::String
Instance Method Details
#image_id ⇒ Types::ImageIdentifier
857 |
# File 'sig/client.rbs', line 857
def image_id: () -> Types::ImageIdentifier
|
#image_scan_status ⇒ Types::ImageScanStatus
858 |
# File 'sig/client.rbs', line 858
def image_scan_status: () -> Types::ImageScanStatus
|
#registry_id ⇒ ::String
855 |
# File 'sig/client.rbs', line 855
def registry_id: () -> ::String
|
#repository_name ⇒ ::String
856 |
# File 'sig/client.rbs', line 856
def repository_name: () -> ::String
|