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

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


18895
18896
18897
18898
18899
18900
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18895

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)


18895
18896
18897
18898
18899
18900
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18895

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