Struct rusoto_s3::GetBucketLocationRequest [] [src]

pub struct GetBucketLocationRequest {
    pub bucket: String,
}

Fields

Trait Implementations

impl Default for GetBucketLocationRequest
[src]

[src]

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

impl Debug for GetBucketLocationRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations