You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::Image

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object representing an Amazon ECR image.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object containing the image tag and image digest associated with an image.

Returns:

#image_manifestString

The image manifest associated with the image.

Returns:

  • (String)

    The image manifest associated with the image.

#image_manifest_media_typeString

The manifest media type of the image.

Returns:

  • (String)

    The manifest media type of the image.

#registry_idString

The AWS account ID associated with the registry containing the image.

Returns:

  • (String)

    The AWS account ID associated with the registry containing the image.

#repository_nameString

The name of the repository associated with the image.

Returns:

  • (String)

    The name of the repository associated with the image.