Class: Aws::ECRPublic::Types::BatchCheckLayerAvailabilityResponse

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

Any failures associated with the call.

Returns:



74
75
76
77
78
79
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 74

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

#layersArray<Types::Layer>

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

Returns:



74
75
76
77
78
79
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 74

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