Class: Aws::ECR::Types::BatchGetImageResponse

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:



248
249
250
251
252
253
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 248

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

#imagesArray<Types::Image>

A list of image objects corresponding to the image references in the request.

Returns:



248
249
250
251
252
253
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 248

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