Class: Aws::GuardDuty::Types::S3LogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::S3LogsConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#enable ⇒ Boolean
The status of S3 data event logs as a data source.
Instance Attribute Details
#enable ⇒ Boolean
The status of S3 data event logs as a data source.
7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7635 class S3LogsConfiguration < Struct.new( :enable) SENSITIVE = [] include Aws::Structure end |