Class: Aws::Inspector2::Types::ContainerImageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ContainerImageMetadata
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains metadata about a container image associated with a covered resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_pulled_at ⇒ Time
The date and time the container image was pulled.
-
#image_tags ⇒ Array<String>
The tags attached to the container image.
-
#in_use_count ⇒ Integer
The number of times the container image is in use.
-
#last_in_use_at ⇒ Time
The last time the container image was in use.
Instance Attribute Details
#image_pulled_at ⇒ Time
The date and time the container image was pulled.
3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3223 class ContainerImageMetadata < Struct.new( :image_tags, :image_pulled_at, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The tags attached to the container image.
3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3223 class ContainerImageMetadata < Struct.new( :image_tags, :image_pulled_at, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#in_use_count ⇒ Integer
The number of times the container image is in use.
3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3223 class ContainerImageMetadata < Struct.new( :image_tags, :image_pulled_at, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#last_in_use_at ⇒ Time
The last time the container image was in use.
3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3223 class ContainerImageMetadata < Struct.new( :image_tags, :image_pulled_at, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |