Class: Aws::Inspector2::Types::ContainerImageMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_pulled_atTime

The date and time the container image was pulled.

Returns:



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_tagsArray<String>

The tags attached to the container image.

Returns:

  • (Array<String>)


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_countInteger

The number of times the container image is in use.

Returns:

  • (Integer)


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_atTime

The last time the container image was in use.

Returns:



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