Class: Aws::Types::StartImageScanRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImageScanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#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.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def image_id @image_id end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def repository_name @repository_name end |