#[non_exhaustive]pub struct ListDirectoryBucketsInput {
pub continuation_token: Option<String>,
pub max_directory_buckets: Option<i32>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.continuation_token: Option<String>
ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken
is obfuscated and is not a real key. You can use this ContinuationToken
for pagination of the list results.
max_directory_buckets: Option<i32>
Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
Implementations§
source§impl ListDirectoryBucketsInput
impl ListDirectoryBucketsInput
sourcepub fn continuation_token(&self) -> Option<&str>
pub fn continuation_token(&self) -> Option<&str>
ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken
is obfuscated and is not a real key. You can use this ContinuationToken
for pagination of the list results.
sourcepub fn max_directory_buckets(&self) -> Option<i32>
pub fn max_directory_buckets(&self) -> Option<i32>
Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
source§impl ListDirectoryBucketsInput
impl ListDirectoryBucketsInput
sourcepub fn builder() -> ListDirectoryBucketsInputBuilder
pub fn builder() -> ListDirectoryBucketsInputBuilder
Creates a new builder-style object to manufacture ListDirectoryBucketsInput
.
Trait Implementations§
source§impl Clone for ListDirectoryBucketsInput
impl Clone for ListDirectoryBucketsInput
source§fn clone(&self) -> ListDirectoryBucketsInput
fn clone(&self) -> ListDirectoryBucketsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListDirectoryBucketsInput
impl Debug for ListDirectoryBucketsInput
impl StructuralPartialEq for ListDirectoryBucketsInput
Auto Trait Implementations§
impl Freeze for ListDirectoryBucketsInput
impl RefUnwindSafe for ListDirectoryBucketsInput
impl Send for ListDirectoryBucketsInput
impl Sync for ListDirectoryBucketsInput
impl Unpin for ListDirectoryBucketsInput
impl UnwindSafe for ListDirectoryBucketsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)