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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#authorString

The image author of the Amazon ECR container image.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#image_hashString

The image hash of the Amazon ECR container image.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#image_tagsArray<String>

The image tags attached to the Amazon ECR container image.

Returns:

  • (Array<String>)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#platformString

The platform of the Amazon ECR container image.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#pushed_atTime

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

Returns:



644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#registryString

The registry for the Amazon ECR container image.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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

#repository_nameString

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

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 644

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