Class: Aws::Inspector2::Types::EcrContainerImageMetadata

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

Overview

Information on the Amazon ECR image metadata associated with a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_pulled_atTime

The date an image was last pulled at.

Returns:



3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3863

class EcrContainerImageMetadata < Struct.new(
  :tags,
  :image_pulled_at,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#in_use_countInteger

The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.

Returns:

  • (Integer)


3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3863

class EcrContainerImageMetadata < Struct.new(
  :tags,
  :image_pulled_at,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#last_in_use_atTime

The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.

Returns:



3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3863

class EcrContainerImageMetadata < Struct.new(
  :tags,
  :image_pulled_at,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<String>

Tags associated with the Amazon ECR image metadata.

Returns:

  • (Array<String>)


3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3863

class EcrContainerImageMetadata < Struct.new(
  :tags,
  :image_pulled_at,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end