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. Read more

impl Clone for CreateBucketConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateBucketConfiguration
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations