Class: Aws::GuardDuty::Types::OrganizationS3LogsConfigurationResult

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

Overview

The current configuration of S3 data event logs as a data source for the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

A value that describes whether S3 data event logs are automatically enabled for new members of the organization.

Returns:

  • (Boolean)


4571
4572
4573
4574
4575
# File 'lib/aws-sdk-guardduty/types.rb', line 4571

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