Class: Aws::ECR::Types::ImageDetail

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

Overview

An object that describes an image returned by a DescribeImages operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_media_typeString

The artifact media type of the image.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_manifest_media_typeString

The media type of the image manifest.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_pushed_atTime

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_scan_findings_summaryTypes::ImageScanFindingsSummary

A summary of the last completed image scan.



2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_scan_statusTypes::ImageScanStatus

The current state of the scan.



2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_size_in_bytesInteger

The size, in bytes, of the image in the repository.

If the image is a manifest list, this will be the max size of all manifests in the list.

Starting with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, Docker might return a larger image than the image shown in the Amazon Web Services Management Console.

Returns:

  • (Integer)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_statusString

The current status of the image.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The list of tags associated with this image.

Returns:

  • (Array<String>)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_activated_atTime

The date and time, expressed in standard JavaScript date format, when the image was last restored from Amazon ECR archive to Amazon ECR standard.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_archived_atTime

The date and time, expressed in standard JavaScript date format, when the image was last transitioned to Amazon ECR archive.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_recorded_pull_timeTime

The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.

Amazon ECR refreshes the last image pull timestamp at least once every 24 hours. For example, if you pull an image once a day then the lastRecordedPullTime timestamp will indicate the exact time that the image was last pulled. However, if you pull an image once an hour, because Amazon ECR refreshes the lastRecordedPullTime timestamp at least once every 24 hours, the result may not be the exact time that the image was last pulled.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry to which this image belongs.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository to which this image belongs.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subject_manifest_digestString

The digest of the subject manifest for images that are referrers.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2359

class ImageDetail < Struct.new(
  :registry_id,
  :repository_name,
  :image_digest,
  :image_tags,
  :image_size_in_bytes,
  :image_pushed_at,
  :image_scan_status,
  :image_scan_findings_summary,
  :image_manifest_media_type,
  :artifact_media_type,
  :last_recorded_pull_time,
  :subject_manifest_digest,
  :image_status,
  :last_archived_at,
  :last_activated_at)
  SENSITIVE = []
  include Aws::Structure
end