GetBucketAnalyticsConfigurationRequest
public struct GetBucketAnalyticsConfigurationRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The name of the bucket from which an analytics configuration is retrieved.
Declaration
Swift
public let bucket: String - 
                  
                  
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? - 
                  
                  
The ID that identifies the analytics configuration.
Declaration
Swift
public let id: String - 
                  
                  
Undocumented
Declaration
Swift
public init(bucket: String, expectedBucketOwner: String? = nil, id: String) 
View on GitHub
        GetBucketAnalyticsConfigurationRequest Structure Reference