Struct rusoto_s3::PutBucketNotificationConfigurationRequest [] [src]

pub struct PutBucketNotificationConfigurationRequest {
    pub bucket: BucketName,
    pub notification_configuration: NotificationConfiguration,
}

Fields

Trait Implementations

impl Default for PutBucketNotificationConfigurationRequest
[src]

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

impl Clone for PutBucketNotificationConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketNotificationConfigurationRequest
[src]

Formats the value using the given formatter.