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

#scan_modeString

The scan method that is applied to the instance.

Returns:

  • (String)


2684
2685
2686
2687
2688
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2684

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