Class: Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketLoggingConfiguration
- 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
-
#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.
19029 19030 19031 19032 19033 19034 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19029 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.
19029 19030 19031 19032 19033 19034 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19029 class AwsS3BucketLoggingConfiguration < Struct.new( :destination_bucket_name, :log_file_prefix) SENSITIVE = [] include Aws::Structure end |