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

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


6767
6768
6769
6770
6771
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6767

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