Class: Aws::ECRPublic::Types::BatchDeleteImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::BatchDeleteImageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::ImageFailure>
Any failures associated with the call.
-
#image_ids ⇒ Array<Types::ImageIdentifier>
The image IDs of the deleted images.
Instance Attribute Details
#failures ⇒ Array<Types::ImageFailure>
Any failures associated with the call.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 119 class BatchDeleteImageResponse < Struct.new( :image_ids, :failures) SENSITIVE = [] include Aws::Structure end |
#image_ids ⇒ Array<Types::ImageIdentifier>
The image IDs of the deleted images.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 119 class BatchDeleteImageResponse < Struct.new( :image_ids, :failures) SENSITIVE = [] include Aws::Structure end |