#[non_exhaustive]pub struct ListBucketInventoryConfigurationsInput { /* private fields */ }
Implementations
sourceimpl ListBucketInventoryConfigurationsInput
impl ListBucketInventoryConfigurationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBucketInventoryConfigurations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBucketInventoryConfigurations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBucketInventoryConfigurations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBucketInventoryConfigurationsInput
.
sourceimpl ListBucketInventoryConfigurationsInput
impl ListBucketInventoryConfigurationsInput
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the bucket containing the inventory configurations to retrieve.
sourcepub fn continuation_token(&self) -> Option<&str>
pub fn continuation_token(&self) -> Option<&str>
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.
sourcepub fn expected_bucket_owner(&self) -> Option<&str>
pub fn expected_bucket_owner(&self) -> Option<&str>
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Trait Implementations
sourceimpl Clone for ListBucketInventoryConfigurationsInput
impl Clone for ListBucketInventoryConfigurationsInput
sourcefn clone(&self) -> ListBucketInventoryConfigurationsInput
fn clone(&self) -> ListBucketInventoryConfigurationsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ListBucketInventoryConfigurationsInput> for ListBucketInventoryConfigurationsInput
impl PartialEq<ListBucketInventoryConfigurationsInput> for ListBucketInventoryConfigurationsInput
sourcefn eq(&self, other: &ListBucketInventoryConfigurationsInput) -> bool
fn eq(&self, other: &ListBucketInventoryConfigurationsInput) -> bool
impl StructuralPartialEq for ListBucketInventoryConfigurationsInput
Auto Trait Implementations
impl RefUnwindSafe for ListBucketInventoryConfigurationsInput
impl Send for ListBucketInventoryConfigurationsInput
impl Sync for ListBucketInventoryConfigurationsInput
impl Unpin for ListBucketInventoryConfigurationsInput
impl UnwindSafe for ListBucketInventoryConfigurationsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more