You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OrganizationS3LogsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_enable: false, # required
}

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

Returned by:

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)

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