Class: Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration
- 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
-
#destination_bucket_name ⇒ String
The name of the S3 bucket where log files for the S3 bucket are stored.
-
#log_file_prefix ⇒ String
The prefix added to log files for the S3 bucket.
Instance Attribute Details
#destination_bucket_name ⇒ String
The name of the S3 bucket where log files for the S3 bucket are stored.
18898 18899 18900 18901 18902 18903 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18898 class AwsS3BucketLoggingConfiguration < Struct.new( :destination_bucket_name, :log_file_prefix) SENSITIVE = [] include Aws::Structure end |
#log_file_prefix ⇒ String
The prefix added to log files for the S3 bucket.
18898 18899 18900 18901 18902 18903 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18898 class AwsS3BucketLoggingConfiguration < Struct.new( :destination_bucket_name, :log_file_prefix) SENSITIVE = [] include Aws::Structure end |