Class: Aws::ECR::Types::BatchCheckLayerAvailabilityResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::LayerFailure>

Any failures associated with the call.

Returns:



85
86
87
88
89
# File 'lib/aws-sdk-ecr/types.rb', line 85

class BatchCheckLayerAvailabilityResponse < Struct.new(
  :layers,
  :failures)
  include Aws::Structure
end

#layersArray<Types::Layer>

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

Returns:



85
86
87
88
89
# File 'lib/aws-sdk-ecr/types.rb', line 85

class BatchCheckLayerAvailabilityResponse < Struct.new(
  :layers,
  :failures)
  include Aws::Structure
end