Table of Contents

Class ListBucketMetricsConfigurationsRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Container for the parameters to the ListBucketMetricsConfigurationRequest operation.

Lists the metrics configurations for the bucket.

public class ListBucketMetricsConfigurationsRequest : AmazonWebServiceRequest
Inheritance
ListBucketMetricsConfigurationsRequest

Constructors

ListBucketMetricsConfigurationsRequest()

public ListBucketMetricsConfigurationsRequest()

Properties

BucketName

The name of the bucket containing the metrics configurations to retrieve.

public string BucketName { get; set; }

Property Value

string

ContinuationToken

The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

public string ContinuationToken { get; set; }

Property Value

string

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

string