Class: Aws::ECR::Types::BatchCheckLayerAvailabilityRequest

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

#layer_digestsArray<String>

The digests of the image layers to check.

Returns:

  • (Array<String>)


130
131
132
133
134
135
136
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130

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

#registry_idString

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

Returns:

  • (String)


130
131
132
133
134
135
136
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130

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

#repository_nameString

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

Returns:

  • (String)


130
131
132
133
134
135
136
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130

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