Class: Aws::GuardDuty::Types::OrganizationS3LogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationS3LogsConfiguration
- Defined in:
- gems/aws-sdk-guardduty/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.
7021 7022 7023 7024 7025 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7021 class OrganizationS3LogsConfiguration < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |