Struct aws_sdk_rust::aws::s3::writeparse::CreateBucketConfiguration
[−]
[src]
pub struct CreateBucketConfiguration { pub location_constraint: BucketLocationConstraint, }
Fields
location_constraint: BucketLocationConstraint
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]
fn default() -> CreateBucketConfiguration
Returns the "default value" for a type. Read more