ListBucketAnalyticsConfigurationsRequest
public struct ListBucketAnalyticsConfigurationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bucket from which analytics configurations are retrieved.
Declaration
Swift
public let bucket: String
-
The ContinuationToken that represents a placeholder from where this request should begin.
Declaration
Swift
public let continuationToken: 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?
-
Undocumented
Declaration
Swift
public init(bucket: String, continuationToken: String? = nil, expectedBucketOwner: String? = nil)