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.



2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2040

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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2040

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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2040

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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2040

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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2040

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