Class: Aws::ECRPublic::Types::Image

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

An object that represents an Amazon ECR image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object that contains the image tag and image digest associated with an image.



726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 726

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_manifestString

The image manifest that's associated with the image.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 726

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_manifest_media_typeString

The manifest media type of the image.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 726

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID that's associated with the registry containing the image.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 726

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that's associated with the image.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 726

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end