paws.storage (version 0.1.0)

s3_list_bucket_inventory_configurations: Returns a list of inventory configurations for the bucket

Description

Returns a list of inventory configurations for the bucket.

Usage

s3_list_bucket_inventory_configurations(Bucket, ContinuationToken)

Arguments

Bucket

[required] The name of the bucket containing the inventory configurations to retrieve.

ContinuationToken

The marker used to continue an inventory 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.

Request syntax

svc$list_bucket_inventory_configurations(
  Bucket = "string",
  ContinuationToken = "string"
)