Class: Aws::ECRPublic::Types::ImageTagDetail

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

Overview

An object that represents the image tag details for an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time stamp that indicates when the image tag was created.

Returns:

  • (Time)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 913

class ImageTagDetail < Struct.new(
  :image_tag,
  :created_at,
  :image_detail)
  SENSITIVE = []
  include Aws::Structure
end

#image_detailTypes::ReferencedImageDetail

An object that describes the details of an image.



913
914
915
916
917
918
919
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 913

class ImageTagDetail < Struct.new(
  :image_tag,
  :created_at,
  :image_detail)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagString

The tag that's associated with the image.

Returns:

  • (String)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 913

class ImageTagDetail < Struct.new(
  :image_tag,
  :created_at,
  :image_detail)
  SENSITIVE = []
  include Aws::Structure
end