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:



2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2885

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

#tagsArray<String>

Tags associated with the Amazon ECR image metadata.

Returns:

  • (Array<String>)


2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2885

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