Class: Aws::ECR::Types::SubjectIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::SubjectIdentifier
- 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
-
#image_digest ⇒ String
The digest of the image.
Instance Attribute Details
#image_digest ⇒ String
The digest of the image.
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 |