Table of Contents

Class ListBucketIntelligentTieringConfigurationsResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll
public class ListBucketIntelligentTieringConfigurationsResponse : AmazonWebServiceResponse
Inheritance
ListBucketIntelligentTieringConfigurationsResponse

Constructors

ListBucketIntelligentTieringConfigurationsResponse()

public ListBucketIntelligentTieringConfigurationsResponse()

Properties

ContinuationToken

The ContinuationToken that represents a placeholder from where this request should begin.

public string ContinuationToken { get; set; }

Property Value

string

IntelligentTieringConfigurationList

The list of S3 Intelligent-Tiering configurations for a bucket.

public List<IntelligentTieringConfiguration> IntelligentTieringConfigurationList { get; set; }

Property Value

List<IntelligentTieringConfiguration>

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

The marker used to continue this inventory configuration listing. Use the

NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
public string NextContinuationToken { get; set; }

Property Value

string

Methods

IsSetIntelligentTieringConfigurationList()

Check to see if IntelligentTieringConfiguration property is set

public bool IsSetIntelligentTieringConfigurationList()

Returns

bool