Class DeleteBucketInventoryConfigurationRequest
Container for the parameters to the DeleteInventoryConfiguration operation.
Deletes an inventory configuration (identified by the inventory ID) from the bucket.
public class DeleteBucketInventoryConfigurationRequest : AmazonWebServiceRequest
- Inheritance
-
DeleteBucketInventoryConfigurationRequest
Constructors
DeleteBucketInventoryConfigurationRequest()
public DeleteBucketInventoryConfigurationRequest()
Properties
BucketName
The name of the bucket containing the inventory configuration to delete.
public string BucketName { get; set; }
Property Value
ExpectedBucketOwner
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.
public string ExpectedBucketOwner { get; set; }
Property Value
InventoryId
The ID used to identify the inventory configuration.
public string InventoryId { get; set; }