Class: Aws::ECR::Types::Image

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

Overview

An object representing an Amazon ECR image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object containing the image tag and image digest associated with an image.



1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1677

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_manifestString

The image manifest associated with the image.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1677

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_manifest_media_typeString

The manifest media type of the image.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1677

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry containing the image.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1677

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository associated with the image.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1677

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest,
  :image_manifest_media_type)
  SENSITIVE = []
  include Aws::Structure
end