Class ListBucketMetricsConfigurationsResponse
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
MetricsConfigurationList
The list of metrics configurations for a bucket.
public List<MetricsConfiguration> MetricsConfigurationList { get; set; }
Property Value
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
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
Methods
IsSetMetricsConfigurationList()
public bool IsSetMetricsConfigurationList()