Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#statusString

A value that describes whether S3 data event logs are automatically enabled for new members of an organization.

Returns:

  • (String)


13493
13494
13495
13496
13497
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13493

class AwsGuardDutyDetectorDataSourcesS3LogsDetails < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end