Class ListBucketInventoryConfigurationsRequest
Container for the parameters to the ListInventoryConfigurationsRequest operation.
Returns a list of inventory configurations for the bucket.
public class ListBucketInventoryConfigurationsRequest : AmazonWebServiceRequest
- Inheritance
-
ListBucketInventoryConfigurationsRequest
Constructors
ListBucketInventoryConfigurationsRequest()
public ListBucketInventoryConfigurationsRequest()
Properties
BucketName
The name of the bucket containing the inventory configurations to retrieve.
public string BucketName { get; set; }
Property Value
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.
public string ContinuationToken { get; set; }
Property Value
ExpectedBucketOwner
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.
public string ExpectedBucketOwner { get; set; }