Class: Aws::ECR::Types::ImageReferrer
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageReferrer
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
An object representing an artifact associated with a subject image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotations ⇒ Hash<String,String>
A map of annotations associated with the artifact.
-
#artifact_status ⇒ String
The status of the artifact.
-
#artifact_type ⇒ String
A string identifying the type of artifact.
-
#digest ⇒ String
The digest of the artifact manifest.
-
#media_type ⇒ String
The media type of the artifact manifest.
-
#size ⇒ Integer
The size, in bytes, of the artifact.
Instance Attribute Details
#annotations ⇒ Hash<String,String>
A map of annotations associated with the artifact.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |
#artifact_status ⇒ String
The status of the artifact. Valid values are ACTIVE, ARCHIVED,
or ACTIVATING.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
A string identifying the type of artifact.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The digest of the artifact manifest.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |
#media_type ⇒ String
The media type of the artifact manifest.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The size, in bytes, of the artifact.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2478 class ImageReferrer < Struct.new( :digest, :media_type, :artifact_type, :size, :annotations, :artifact_status) SENSITIVE = [] include Aws::Structure end |