Class: Aws::Inspector2::Types::EcrContainerImageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EcrContainerImageMetadata
- 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
-
#image_pulled_at ⇒ Time
The date an image was last pulled at.
-
#in_use_count ⇒ Integer
The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
-
#last_in_use_at ⇒ Time
The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
-
#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.
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_count ⇒ Integer
The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
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_at ⇒ Time
The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
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 |
#tags ⇒ Array<String>
Tags associated with the Amazon ECR image metadata.
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 |