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)


7102
7103
7104
7105
7106
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7102

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