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

    Interface ListBucketInventoryConfigurationsCommandOutput

    interface ListBucketInventoryConfigurationsCommandOutput {
        ContinuationToken?: string;
        InventoryConfigurationList?: InventoryConfiguration[];
        IsTruncated?: boolean;
        NextContinuationToken?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ContinuationToken?: string

    If sent in the request, the marker that is used as a starting point for this inventory configuration list response.

    InventoryConfigurationList?: InventoryConfiguration[]

    The list of inventory configurations for a bucket.

    IsTruncated?: boolean

    Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.

    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.