Struct aws_sdk_rust::aws::s3::writeparse::CreateBucketConfiguration [] [src]

pub struct CreateBucketConfiguration {
    pub location_constraint: BucketLocationConstraint,
}

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 Debug for CreateBucketConfiguration
[src]

Formats the value using the given formatter.

impl Default for CreateBucketConfiguration
[src]

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

impl Decodable for CreateBucketConfiguration
[src]

Deserialize a value using a Decoder.

impl Encodable for CreateBucketConfiguration
[src]

Serialize a value using an Encoder.