Struct rusoto_s3::CreateBucketConfiguration [−][src]
Expand description
The configuration information for the bucket.
Fields
location_constraint: Option<String>Specifies the Region where the bucket will be created. If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateBucketConfiguration
impl Send for CreateBucketConfiguration
impl Sync for CreateBucketConfiguration
impl Unpin for CreateBucketConfiguration
impl UnwindSafe for CreateBucketConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more