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)


5675
5676
5677
5678
5679
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5675

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