pub struct GetBucketNotificationConfigurationInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 GetBucketNotificationConfigurationInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for GetBucketNotificationConfigurationInput
impl Clone for GetBucketNotificationConfigurationInput
Source§fn clone(&self) -> GetBucketNotificationConfigurationInput
fn clone(&self) -> GetBucketNotificationConfigurationInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetBucketNotificationConfigurationInput
impl Default for GetBucketNotificationConfigurationInput
Source§fn default() -> GetBucketNotificationConfigurationInput
fn default() -> GetBucketNotificationConfigurationInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketNotificationConfigurationInput
impl RefUnwindSafe for GetBucketNotificationConfigurationInput
impl Send for GetBucketNotificationConfigurationInput
impl Sync for GetBucketNotificationConfigurationInput
impl Unpin for GetBucketNotificationConfigurationInput
impl UnsafeUnpin for GetBucketNotificationConfigurationInput
impl UnwindSafe for GetBucketNotificationConfigurationInput
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
Mutably borrows from an owned value. Read more