Class: Aws::SecurityHub::Types::AwsEcrContainerImageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcrContainerImageDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about an Amazon ECR image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The architecture of the image.
-
#image_digest ⇒ String
The sha256 digest of the image manifest.
-
#image_published_at ⇒ String
The date and time when the image was pushed to the repository.
-
#image_tags ⇒ Array<String>
The list of tags that are associated with the image.
-
#registry_id ⇒ String
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
-
#repository_name ⇒ String
The name of the repository that the image belongs to.
Instance Attribute Details
#architecture ⇒ String
The architecture of the image. Valid values are as follows:
arm64
i386
x86_64
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |
#image_digest ⇒ String
The sha256 digest of the image manifest.
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |
#image_published_at ⇒ String
The date and time when the image was pushed to the repository.
Uses the date-time
format specified in RFC 3339 section 5.6,
Internet Date/Time Format. The value cannot contain spaces, and
date and time should be separated by T
. For example,
2020-03-22T13:22:13.933Z
.
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The list of tags that are associated with the image.
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that the image belongs to.
8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8483 class AwsEcrContainerImageDetails < Struct.new( :registry_id, :repository_name, :architecture, :image_digest, :image_tags, :image_published_at) SENSITIVE = [] include Aws::Structure end |