Class: Aws::S3::Types::BucketLoggingStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Container for logging status information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_enabledTypes::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.



439
440
441
442
443
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 439

class BucketLoggingStatus < Struct.new(
  :logging_enabled)
  SENSITIVE = []
  include Aws::Structure
end