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 Default for GetBucketNotificationConfigurationRequest
[src]
fn default() -> GetBucketNotificationConfigurationRequest
Returns the "default value" for a type. Read more