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

#architecture ⇒ String

The architecture of the Amazon ECR container image.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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

#author ⇒ String

The image author of the Amazon ECR container image.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_hash ⇒ String

The image hash of the Amazon ECR container image.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_tags ⇒ Array<String>

The image tags attached to the Amazon ECR container image.

Returns:

  • (Array<String>)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_count ⇒ Integer

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

Returns:

  • (Integer)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_at ⇒ Time

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

Returns:



839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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

#platform ⇒ String

The platform of the Amazon ECR container image.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_at ⇒ Time

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

Returns:



839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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

#registry ⇒ String

The registry for the Amazon ECR container image.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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_name ⇒ String

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

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aws-sdk-inspector2/types.rb', line 839

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