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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


5958
5959
5960
5961
5962
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5958

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