Class: Aws::GuardDuty::Types::S3LogsConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Describes whether S3 data event logs will be enabled as a data source.

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 the organization.

Returns:

  • (String)


6749
6750
6751
6752
6753
# File 'lib/aws-sdk-guardduty/types.rb', line 6749

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