Struct aws_sdk_rust::aws::s3::bucket::GetBucketNotificationConfigurationRequest
[−]
[src]
pub struct GetBucketNotificationConfigurationRequest {
pub bucket: BucketName,
}Fields
bucket: BucketName
Name of the buket to get the notification configuration for.
Trait Implementations
impl Debug for GetBucketNotificationConfigurationRequest[src]
impl Default for GetBucketNotificationConfigurationRequest[src]
fn default() -> GetBucketNotificationConfigurationRequest
Returns the "default value" for a type. Read more
impl Decodable for GetBucketNotificationConfigurationRequest[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<GetBucketNotificationConfigurationRequest, __D::Error>
__arg_0: &mut __D
) -> Result<GetBucketNotificationConfigurationRequest, __D::Error>
Deserialize a value using a Decoder.