Class: Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration

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

Overview

Information about logging for the S3 bucket

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_bucket_nameString

The name of the S3 bucket where log files for the S3 bucket are stored.

Returns:

  • (String)


18905
18906
18907
18908
18909
18910
# File 'lib/aws-sdk-securityhub/types.rb', line 18905

class AwsS3BucketLoggingConfiguration < Struct.new(
  :destination_bucket_name,
  :log_file_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#log_file_prefixString

The prefix added to log files for the S3 bucket.

Returns:

  • (String)


18905
18906
18907
18908
18909
18910
# File 'lib/aws-sdk-securityhub/types.rb', line 18905

class AwsS3BucketLoggingConfiguration < Struct.new(
  :destination_bucket_name,
  :log_file_prefix)
  SENSITIVE = []
  include Aws::Structure
end