Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An object that contains information on the status of S3 data event logs as a data source for the detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
Instance Attribute Details
#status ⇒ String
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
13496 13497 13498 13499 13500 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13496 class AwsGuardDutyDetectorDataSourcesS3LogsDetails < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |