Table of Contents

Class ListBucketMetricsConfigurationsResponse

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

Returns information about the ListBucketMetricsConfiguration response and response metadata.

public class ListBucketMetricsConfigurationsResponse : AmazonWebServiceResponse
Inheritance
ListBucketMetricsConfigurationsResponse

Constructors

ListBucketMetricsConfigurationsResponse()

public ListBucketMetricsConfigurationsResponse()

Properties

IsTruncated

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

public bool IsTruncated { get; set; }

Property Value

bool

MetricsConfigurationList

The list of metrics configurations for a bucket.

public List<MetricsConfiguration> MetricsConfigurationList { get; set; }

Property Value

List<MetricsConfiguration>

NextToken

The marker 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 NextToken { get; set; }

Property Value

string

Token

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 Token { get; set; }

Property Value

string

Methods

IsSetMetricsConfigurationList()

public bool IsSetMetricsConfigurationList()

Returns

bool