AWSS3PutBucketInventoryConfigurationRequest
Objective-C
@interface AWSS3PutBucketInventoryConfigurationRequest
Swift
class AWSS3PutBucketInventoryConfigurationRequest
-
The name of the bucket where the inventory configuration will be stored.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;Swift
var bucket: 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 } -
The ID used to identify the inventory configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
Specifies the inventory configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3InventoryConfiguration *_Nullable inventoryConfiguration;Swift
var inventoryConfiguration: AWSS3InventoryConfiguration? { get set }
View on GitHub
Install in Dash
AWSS3PutBucketInventoryConfigurationRequest Class Reference