AWSS3ListBucketAnalyticsConfigurationsRequest

Objective-C

@interface AWSS3ListBucketAnalyticsConfigurationsRequest

Swift

class AWSS3ListBucketAnalyticsConfigurationsRequest
  • The name of the bucket from which analytics configurations are retrieved.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable bucket;

    Swift

    var bucket: String? { get set }
  • The ContinuationToken that represents a placeholder from where this request should begin.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable continuationToken;

    Swift

    var continuationToken: String? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable expectedBucketOwner;

    Swift

    var expectedBucketOwner: String? { get set }