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
Note:
When making an API call, you may pass OrganizationS3LogsConfiguration data as a hash:
{
auto_enable: false, # required
}
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.
4405 4406 4407 4408 4409 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4405 class OrganizationS3LogsConfiguration < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |