AWSS3GetBucketLoggingOutput

Objective-C

@interface AWSS3GetBucketLoggingOutput

Swift

class AWSS3GetBucketLoggingOutput
  • 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 Simple Storage Service API Reference.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3LoggingEnabled *_Nullable loggingEnabled;

    Swift

    var loggingEnabled: AWSS3LoggingEnabled? { get set }