Class: Aws::Types::BatchDeleteImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
54 55 56 |
# File 'sig/types.rbs', line 54 def image_ids @image_ids end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def repository_name @repository_name end |