Class: Aws::SecurityHub::Types::AwsEcrContainerImageDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Information about an Amazon ECR image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the image. Valid values are as follows:

  • ‘arm64`

  • ‘i386`

  • ‘x86_64`

Returns:

  • (String)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_published_atString

The date and time when the image was pushed to the repository.

This field accepts only the specified formats. Timestamps can end with ‘Z` or `(“+” / “-”) time-hour [“:” time-minute]`. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

  • ‘YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)

  • ‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example, `2019-01-31T23:00:00.123456789Z`)

  • ‘YYYY-MM-DDTHH:MM:SS+HH:MM` (for example, `2024-01-04T15:25:10+17:59`)

  • ‘YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)

  • ‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example, `2024-01-04T15:25:10.123456789+17:59`)

Returns:

  • (String)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The list of tags that are associated with the image.

Returns:

  • (Array<String>)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account identifier that is associated with the registry that the image belongs to.

Returns:

  • (String)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that the image belongs to.

Returns:

  • (String)


9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
# File 'lib/aws-sdk-securityhub/types.rb', line 9534

class AwsEcrContainerImageDetails < Struct.new(
  :registry_id,
  :repository_name,
  :architecture,
  :image_digest,
  :image_tags,
  :image_published_at)
  SENSITIVE = []
  include Aws::Structure
end