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

pub struct GetBucketNotificationConfigurationRequest {
    pub bucket: BucketName,
}

Fields

Name of the buket to get the notification configuration for.

Trait Implementations

impl Debug for GetBucketNotificationConfigurationRequest
[src]

Formats the value using the given formatter.

impl Default for GetBucketNotificationConfigurationRequest
[src]

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

impl Decodable for GetBucketNotificationConfigurationRequest
[src]

Deserialize a value using a Decoder.

impl Encodable for GetBucketNotificationConfigurationRequest
[src]

Serialize a value using an Encoder.