Image class

An object representing an Amazon ECR image.

Constructors

Image({ImageIdentifier? imageId, String? imageManifest, String? imageManifestMediaType, String? registryId, String? repositoryName})
Image.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imageId ImageIdentifier?
An object containing the image tag and image digest associated with an image.
final
imageManifest String?
The image manifest associated with the image.
final
imageManifestMediaType String?
The manifest media type of the image.
final
registryId String?
The AWS account ID associated with the registry containing the image.
final
repositoryName String?
The name of the repository associated with the image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited