Class: Aws::S3::Types::GetBucketLoggingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLoggingOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_enabled ⇒ Types::LoggingEnabled
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket.
Instance Attribute Details
#logging_enabled ⇒ Types::LoggingEnabled
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see [PUT Bucket logging] in the *Amazon S3 API Reference*.
[1]: docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html
6010 6011 6012 6013 6014 |
# File 'lib/aws-sdk-s3/types.rb', line 6010 class GetBucketLoggingOutput < Struct.new( :logging_enabled) SENSITIVE = [] include Aws::Structure end |