Class: Aws::ECR::Types::StartImageScanResponse

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.



3589
3590
3591
3592
3593
3594
3595
3596
# File 'lib/aws-sdk-ecr/types.rb', line 3589

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

#image_scan_statusTypes::ImageScanStatus

The current state of the scan.



3589
3590
3591
3592
3593
3594
3595
3596
# File 'lib/aws-sdk-ecr/types.rb', line 3589

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3589
3590
3591
3592
3593
3594
3595
3596
# File 'lib/aws-sdk-ecr/types.rb', line 3589

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


3589
3590
3591
3592
3593
3594
3595
3596
# File 'lib/aws-sdk-ecr/types.rb', line 3589

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