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

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 enabled as a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

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

Returns:

  • (Boolean)


6752
6753
6754
6755
6756
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6752

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