Class: Aws::GuardDuty::Types::OrganizationS3LogsConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationS3LogsConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
The current configuration of S3 data event logs as a data source for the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
6703 6704 6705 6706 6707 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6703 class OrganizationS3LogsConfigurationResult < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |