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

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::LayerFailure>

Any failures associated with the call.

Returns:



149
150
151
152
153
154
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 149

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

#layersArray<Types::Layer>

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

Returns:



149
150
151
152
153
154
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 149

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