Class: Aws::ECRPublic::Types::BatchCheckLayerAvailabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::BatchCheckLayerAvailabilityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::LayerFailure>
Any failures associated with the call.
-
#layers ⇒ Array<Types::Layer>
A list of image layer objects that correspond to the image layer references in the request.
Instance Attribute Details
#failures ⇒ Array<Types::LayerFailure>
Any failures associated with the call.
74 75 76 77 78 79 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 74 class BatchCheckLayerAvailabilityResponse < Struct.new( :layers, :failures) SENSITIVE = [] include Aws::Structure end |
#layers ⇒ Array<Types::Layer>
A list of image layer objects that correspond to the image layer references in the request.
74 75 76 77 78 79 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 74 class BatchCheckLayerAvailabilityResponse < Struct.new( :layers, :failures) SENSITIVE = [] include Aws::Structure end |