Class: Aws::Imagebuilder::Types::ImageScanState

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

Overview

Shows the vulnerability scan status for a specific image, and the reason for that status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the scan status for the image.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3918

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

#statusString

The current state of vulnerability scans for the image.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3918

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