IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ListBucketIntelligentTieringConfigurationsCommandOutput

    interface ListBucketIntelligentTieringConfigurationsCommandOutput {
        IsTruncated?: boolean;
        ContinuationToken?: string;
        NextContinuationToken?: string;
        IntelligentTieringConfigurationList?: IntelligentTieringConfiguration[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    IsTruncated?: boolean

    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.

    ContinuationToken?: string

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

    NextContinuationToken?: string

    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.

    IntelligentTieringConfigurationList?: IntelligentTieringConfiguration[]

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