Struct rusoto_s3::CreateBucketConfiguration [] [src]

pub struct CreateBucketConfiguration {
    pub location_constraint: Option<String>,
}

Fields

Specifies the region where the bucket will be created. If you don't specify a region, the bucket will be created in US Standard.

Trait Implementations

impl Default for CreateBucketConfiguration
[src]

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

impl Debug for CreateBucketConfiguration
[src]

Formats the value using the given formatter.