Class: Aws::ECR::Types::ImageScanStatus

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

Overview

The current status of an image scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the image scan status.

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1998

class ImageScanStatus < Struct.new(
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of an image scan.

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1998

class ImageScanStatus < Struct.new(
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end