Class: Aws::ECR::Types::SubjectIdentifier

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

Overview

An object that identifies an image subject.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_digestString

The digest of the image.

Returns:

  • (String)


4855
4856
4857
4858
4859
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4855

class SubjectIdentifier < Struct.new(
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end