Class: Aws::ECRPublic::Types::Image
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::Image
- 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
-
#image_id ⇒ Types::ImageIdentifier
An object that contains the image tag and image digest associated with an image.
-
#image_manifest ⇒ String
The image manifest that's associated with the image.
-
#image_manifest_media_type ⇒ String
The manifest media type of the image.
-
#registry_id ⇒ String
The Amazon Web Services account ID that's associated with the registry containing the image.
-
#repository_name ⇒ String
The name of the repository that's associated with the image.
Instance Attribute Details
#image_id ⇒ Types::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_manifest ⇒ String
The image manifest that's associated with the 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_manifest_media_type ⇒ String
The manifest media type of the 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 |
#registry_id ⇒ String
The Amazon Web Services account ID that's associated with the registry containing the 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 |
#repository_name ⇒ String
The name of the repository that's associated with the 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 |