Struct aws_sdk_s3::output::get_bucket_location_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetBucketLocationOutput
Implementations
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported
location constraints by Region, see Regions and Endpoints.
Buckets in Region us-east-1
have a LocationConstraint of
null
.
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported
location constraints by Region, see Regions and Endpoints.
Buckets in Region us-east-1
have a LocationConstraint of
null
.
Consumes the builder and constructs a GetBucketLocationOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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