Class: Aws::Inspector2::Types::AwsEcrContainerImageDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The image details of the Amazon ECR container image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#authorString

The image author of the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#image_hashString

The image hash of the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The image tags attached to the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#in_use_countInteger

The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#last_in_use_atTime

The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The platform of the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#pushed_atTime

The date and time the Amazon ECR container image was pushed.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#registryString

The registry for the Amazon ECR container image.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository the Amazon ECR container image resides in.



732
733
734
735
736
737
738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-inspector2/types.rb', line 732

class AwsEcrContainerImageDetails < Struct.new(
  :repository_name,
  :image_tags,
  :pushed_at,
  :author,
  :architecture,
  :image_hash,
  :registry,
  :platform,
  :last_in_use_at,
  :in_use_count)
  SENSITIVE = []
  include Aws::Structure
end