Table of Contents

Class ListBucketAnalyticsConfigurationsResponse

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

Returns information about the ListBucketAnalyticsConfigurationsResponse response and response metadata.

public class ListBucketAnalyticsConfigurationsResponse : AmazonWebServiceResponse
Inheritance
ListBucketAnalyticsConfigurationsResponse

Constructors

ListBucketAnalyticsConfigurationsResponse()

public ListBucketAnalyticsConfigurationsResponse()

Properties

AnalyticsConfigurationList

The list of analytics configurations for a bucket.

public List<AnalyticsConfiguration> AnalyticsConfigurationList { get; set; }

Property Value

List<AnalyticsConfiguration>

ContinuationToken

The ContinuationToken that represents where this request began.

public string ContinuationToken { get; set; }

Property Value

string

IsTruncated

Indicates whether the returned list of analytics 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

NextContinuationToken

NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.

public string NextContinuationToken { get; set; }

Property Value

string

Methods

IsSetAnalyticsConfigurationList()

public bool IsSetAnalyticsConfigurationList()

Returns

bool