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)


5391
5392
5393
5394
5395
# File 'lib/aws-sdk-guardduty/types.rb', line 5391

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