Struct rusoto_s3::ListBucketInventoryConfigurationsRequest [] [src]

pub struct ListBucketInventoryConfigurationsRequest {
    pub bucket: String,
    pub continuation_token: Option<String>,
}

Fields

The name of the bucket containing the inventory configurations to retrieve.

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.

Trait Implementations

impl Default for ListBucketInventoryConfigurationsRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListBucketInventoryConfigurationsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListBucketInventoryConfigurationsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations