Class: Aws::ECRPublic::Types::BatchDeleteImageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::ImageFailure>

Any failures associated with the call.

Returns:



119
120
121
122
123
124
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 119

class BatchDeleteImageResponse < Struct.new(
  :image_ids,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#image_idsArray<Types::ImageIdentifier>

The image IDs of the deleted images.

Returns:



119
120
121
122
123
124
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 119

class BatchDeleteImageResponse < Struct.new(
  :image_ids,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end