Class: Aws::ECR::Types::BatchDeleteImageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::ImageFailure>

Any failures associated with the call.

Returns:



195
196
197
198
199
200
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 195

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

#image_idsArray<Types::ImageIdentifier>

The image IDs of the deleted images.

Returns:



195
196
197
198
199
200
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 195

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