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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#scan_modeString

The scan method that is applied to the instance.

Returns:

  • (String)


2697
2698
2699
2700
2701
# File 'lib/aws-sdk-inspector2/types.rb', line 2697

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