Struct rusoto_s3::RedirectAllRequestsTo [−][src]
Expand description
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Fields
host_name: StringName of the host where requests are redirected.
protocol: Option<String>Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RedirectAllRequestsTo
impl Send for RedirectAllRequestsTo
impl Sync for RedirectAllRequestsTo
impl Unpin for RedirectAllRequestsTo
impl UnwindSafe for RedirectAllRequestsTo
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