Class: Aws::ECR::Types::BatchGetImageRequest

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

#accepted_media_typesArray<String>

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

Returns:

  • (Array<String>)


228
229
230
231
232
233
234
235
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 228

class BatchGetImageRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_ids,
  :accepted_media_types)
  SENSITIVE = []
  include Aws::Structure
end

#image_idsArray<Types::ImageIdentifier>

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

Returns:



228
229
230
231
232
233
234
235
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 228

class BatchGetImageRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_ids,
  :accepted_media_types)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

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

Returns:

  • (String)


228
229
230
231
232
233
234
235
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 228

class BatchGetImageRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_ids,
  :accepted_media_types)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository that contains the images to describe.

Returns:

  • (String)


228
229
230
231
232
233
234
235
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 228

class BatchGetImageRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_ids,
  :accepted_media_types)
  SENSITIVE = []
  include Aws::Structure
end