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

Class: Aws::GuardDuty::Types::S3LogsConfiguration

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

Overview

Note:

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

{
  enable: false, # required
}

Describes whether S3 data event logs will be enabled as a data source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

The status of S3 data event logs as a data source.

Returns:

  • (Boolean)

    The status of S3 data event logs as a data source.