Struct aws_sdk_rust::aws::s3::bucket::PutBucketNotificationRequest [] [src]

pub struct PutBucketNotificationRequest {
    pub notification_configuration: NotificationConfigurationDeprecated,
    pub content_md5: Option<ContentMD5>,
    pub bucket: BucketName,
}

Fields

Trait Implementations

impl Debug for PutBucketNotificationRequest
[src]

Formats the value using the given formatter.

impl Default for PutBucketNotificationRequest
[src]

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

impl Decodable for PutBucketNotificationRequest
[src]

Deserialize a value using a Decoder.

impl Encodable for PutBucketNotificationRequest
[src]

Serialize a value using an Encoder.