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)


5704
5705
5706
5707
5708
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5704

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