Class: Aws::ECR::Types::StartImageScanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object with identifying information for an image in an Amazon ECR repository.



3562
3563
3564
3565
3566
3567
3568
# File 'lib/aws-sdk-ecr/types.rb', line 3562

class StartImageScanRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_id)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


3562
3563
3564
3565
3566
3567
3568
# File 'lib/aws-sdk-ecr/types.rb', line 3562

class StartImageScanRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that contains the images to scan.

Returns:

  • (String)


3562
3563
3564
3565
3566
3567
3568
# File 'lib/aws-sdk-ecr/types.rb', line 3562

class StartImageScanRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_id)
  SENSITIVE = []
  include Aws::Structure
end