Class: Aws::Inspector2::Types::Ec2Configuration

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

Overview

Enables agent-based scanning, which scans instances that are not managed by SSM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activate_vm_scannerBoolean

Whether to activate Amazon Inspector VM scanner for Amazon EC2 scanning.

Returns:

  • (Boolean)


3653
3654
3655
3656
3657
3658
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3653

class Ec2Configuration < Struct.new(
  :scan_mode,
  :activate_vm_scanner)
  SENSITIVE = []
  include Aws::Structure
end

#scan_modeString

The scan method that is applied to the instance.

Returns:

  • (String)


3653
3654
3655
3656
3657
3658
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3653

class Ec2Configuration < Struct.new(
  :scan_mode,
  :activate_vm_scanner)
  SENSITIVE = []
  include Aws::Structure
end