Class: Aws::GuardDuty::Types::OrganizationScanEc2InstanceWithFindings

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

Overview

Organization-wide EC2 instances with findings scan configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_volumesTypes::OrganizationEbsVolumes

Whether scanning EBS volumes should be auto-enabled for new members joining the organization.



5406
5407
5408
5409
5410
# File 'lib/aws-sdk-guardduty/types.rb', line 5406

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