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:



2824
2825
2826
2827
2828
2829
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2824

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>)


2824
2825
2826
2827
2828
2829
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2824

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