Class: Aws::Inspector2::Types::VMScannerState

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

Overview

The state of the Amazon Inspector VM scanner.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activated ⇒ Boolean

Whether the VM scanner is activated.

Returns:

  • (Boolean)


11001
11002
11003
11004
11005
11006
11007
# File 'lib/aws-sdk-inspector2/types.rb', line 11001

class VMScannerState < Struct.new(
  :activated,
  :activated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#activated_at ⇒ Time

The date and time the VM scanner was activated.

Returns:



11001
11002
11003
11004
11005
11006
11007
# File 'lib/aws-sdk-inspector2/types.rb', line 11001

class VMScannerState < Struct.new(
  :activated,
  :activated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the VM scanner.

Returns:

  • (String)


11001
11002
11003
11004
11005
11006
11007
# File 'lib/aws-sdk-inspector2/types.rb', line 11001

class VMScannerState < Struct.new(
  :activated,
  :activated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end