Class: Aws::ECR::Types::SubjectIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::SubjectIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
An object that identifies an image subject.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_digest ⇒ String
The digest of the image.
Instance Attribute Details
#image_digest ⇒ String
The digest of the image.
4857 4858 4859 4860 4861 |
# File 'lib/aws-sdk-ecr/types.rb', line 4857 class SubjectIdentifier < Struct.new( :image_digest) SENSITIVE = [] include Aws::Structure end |