Class DeleteBucketMetricsConfigurationRequest
Container for the parameters to the DeleteBucketMetricsConfiguration operation.
Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.
public class DeleteBucketMetricsConfigurationRequest : AmazonWebServiceRequest
- Inheritance
-
DeleteBucketMetricsConfigurationRequest
Constructors
DeleteBucketMetricsConfigurationRequest()
public DeleteBucketMetricsConfigurationRequest()
Properties
BucketName
The name of the bucket on which Inventory configuration is to be removed.
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
MetricsId
The ID used to identify the metrics configuration. The ID has a 64 character limit and can only contain letters, numbers, periods, dashes, and underscores.
public string MetricsId { get; set; }