Class: Aws::Types::StartImageScanResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartImageScanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def image_id @image_id end |
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def image_scan_status @image_scan_status end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def repository_name @repository_name end |