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
notification_configuration: NotificationConfigurationDeprecated
content_md5: Option<ContentMD5>
bucket: BucketName
Trait Implementations
impl Debug for PutBucketNotificationRequest
[src]
impl Default for PutBucketNotificationRequest
[src]
fn default() -> PutBucketNotificationRequest
Returns the "default value" for a type. Read more
impl Decodable for PutBucketNotificationRequest
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<PutBucketNotificationRequest, __D::Error>
__arg_0: &mut __D
) -> Result<PutBucketNotificationRequest, __D::Error>
Deserialize a value using a Decoder
.