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 Debug for CreateBucketConfiguration
[src]
impl Default for CreateBucketConfiguration
[src]
fn default() -> CreateBucketConfiguration
Returns the "default value" for a type. Read more
impl Decodable for CreateBucketConfiguration
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<CreateBucketConfiguration, __D::Error>
__arg_0: &mut __D
) -> Result<CreateBucketConfiguration, __D::Error>
Deserialize a value using a Decoder
.