Struct aws_sdk_s3::model::RedirectAllRequestsTo
source · #[non_exhaustive]pub struct RedirectAllRequestsTo { /* private fields */ }
Expand description
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Implementations§
source§impl RedirectAllRequestsTo
impl RedirectAllRequestsTo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedirectAllRequestsTo
.
Trait Implementations§
source§impl Clone for RedirectAllRequestsTo
impl Clone for RedirectAllRequestsTo
source§fn clone(&self) -> RedirectAllRequestsTo
fn clone(&self) -> RedirectAllRequestsTo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RedirectAllRequestsTo
impl Debug for RedirectAllRequestsTo
source§impl PartialEq<RedirectAllRequestsTo> for RedirectAllRequestsTo
impl PartialEq<RedirectAllRequestsTo> for RedirectAllRequestsTo
source§fn eq(&self, other: &RedirectAllRequestsTo) -> bool
fn eq(&self, other: &RedirectAllRequestsTo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.