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)


2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2001

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

#statusString

The current state of an image scan.

Returns:

  • (String)


2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2001

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