Struct aws_sdk_rust::aws::s3::s3client::CreateBucketOutput [] [src]

pub struct CreateBucketOutput {
    pub location: Location,
}

Fields

location: Location

Trait Implementations

impl Default for CreateBucketOutput
[src]

fn default() -> CreateBucketOutput

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

impl Debug for CreateBucketOutput
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.