Class: Aws::GuardDuty::Types::OrganizationEbsVolumesResult

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

Overview

An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.

Returns:

  • (Boolean)


5691
5692
5693
5694
5695
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5691

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