Class: Aws::ECRPublic::Types::BatchCheckLayerAvailabilityRequest

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

#layer_digestsArray<String>

The digests of the image layers to check.

Returns:

  • (Array<String>)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 55

class BatchCheckLayerAvailabilityRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 55

class BatchCheckLayerAvailabilityRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that's associated with the image layers to check.

Returns:

  • (String)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 55

class BatchCheckLayerAvailabilityRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end