Class: Aws::GuardDuty::Types::OrganizationEbsVolumes

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

Overview

Organization-wide EBS volumes scan configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

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

Returns:

  • (Boolean)


5688
5689
5690
5691
5692
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5688

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