class Aws::SecurityHub::Types::AwsEcrContainerImageDetails

Information about an Amazon ECR image.

@note When making an API call, you may pass AwsEcrContainerImageDetails

data as a hash:

    {
      registry_id: "NonEmptyString",
      repository_name: "NonEmptyString",
      architecture: "NonEmptyString",
      image_digest: "NonEmptyString",
      image_tags: ["NonEmptyString"],
      image_published_at: "NonEmptyString",
    }

@!attribute [rw] registry_id

The Amazon Web Services account identifier that is associated with
the registry that the image belongs to.
@return [String]

@!attribute [rw] repository_name

The name of the repository that the image belongs to.
@return [String]

@!attribute [rw] architecture

The architecture of the image.
@return [String]

@!attribute [rw] image_digest

The sha256 digest of the image manifest.
@return [String]

@!attribute [rw] image_tags

The list of tags that are associated with the image.
@return [Array<String>]

@!attribute [rw] image_published_at

The date and time when the image was pushed to the repository.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcrContainerImageDetails AWS API Documentation

Constants

SENSITIVE