PutBucketLoggingRequest
public struct PutBucketLoggingRequest : AWSShape
                Undocumented
- 
                  
                  
The key for the payload
Declaration
Swift
public static let payloadPath: String? - 
                  
                  
Declaration
Swift
public static let _xmlNamespace: String? - 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The name of the bucket for which to set the logging parameters.
Declaration
Swift
public let bucket: String - 
                  
                  
Container for logging status information.
Declaration
Swift
public let bucketLoggingStatus: BucketLoggingStatus - 
                  
                  
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.
Declaration
Swift
public let expectedBucketOwner: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(bucket: String, bucketLoggingStatus: BucketLoggingStatus, expectedBucketOwner: String? = nil) 
View on GitHub
        PutBucketLoggingRequest Structure Reference