Class: Aws::GuardDuty::Types::OrganizationS3LogsConfiguration

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

Overview

Describes whether S3 data event logs will be automatically enabled for new members of the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.

Returns:

  • (Boolean)


5942
5943
5944
5945
5946
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5942

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