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.



4586
4587
4588
4589
4590
# File 'lib/aws-sdk-guardduty/types.rb', line 4586

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