Class: Aws::GuardDuty::Types::OrganizationS3LogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationS3LogsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Describes whether S3 data event logs will be automatically enabled for new members of the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
6687 6688 6689 6690 6691 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6687 class OrganizationS3LogsConfiguration < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |