Class: Aws::Inspector2::Types::VMScannerState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::VMScannerState
- 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
-
#activated ⇒ Boolean
Whether the VM scanner is activated.
-
#activated_at ⇒ Time
The date and time the VM scanner was activated.
-
#status ⇒ String
The status of the VM scanner.
Instance Attribute Details
#activated ⇒ Boolean
Whether the VM scanner is activated.
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.
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.
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 |