Class: Aws::ECR::Types::ImageReferrer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#annotationsHash<String,String>

A map of annotations associated with the artifact.

Returns:

  • (Hash<String,String>)


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_statusString

The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.

Returns:

  • (String)


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_typeString

A string identifying the type of artifact.

Returns:

  • (String)


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

#digestString

The digest of the artifact manifest.

Returns:

  • (String)


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_typeString

The media type of the artifact manifest.

Returns:

  • (String)


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

#sizeInteger

The size, in bytes, of the artifact.

Returns:

  • (Integer)


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