Class: Aws::Inspector2::Types::EcrContainerImageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EcrContainerImageMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#image_pulled_at ⇒ Time
The date an image was last pulled at.
-
#tags ⇒ Array<String>
Tags associated with the Amazon ECR image metadata.
Instance Attribute Details
#image_pulled_at ⇒ Time
The date an image was last pulled at.
2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2895 class EcrContainerImageMetadata < Struct.new( :image_pulled_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<String>
Tags associated with the Amazon ECR image metadata.
2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2895 class EcrContainerImageMetadata < Struct.new( :image_pulled_at, :tags) SENSITIVE = [] include Aws::Structure end |