Class: Aws::ECR::Types::Image
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::Image
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
An object representing an Amazon ECR image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
An object containing the image tag and image digest associated with an image.
-
#image_manifest ⇒ String
The image manifest 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 associated with the registry containing the image.
-
#repository_name ⇒ String
The name of the repository associated with the image.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object containing the image tag and image digest associated with an image.
2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-ecr/types.rb', line 2023 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 associated with the image.
2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-ecr/types.rb', line 2023 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.
2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-ecr/types.rb', line 2023 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 associated with the registry containing the image.
2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-ecr/types.rb', line 2023 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 associated with the image.
2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-ecr/types.rb', line 2023 class Image < Struct.new( :registry_id, :repository_name, :image_id, :image_manifest, :image_manifest_media_type) SENSITIVE = [] include Aws::Structure end |