Struct rusoto_s3::RedirectAllRequestsTo [] [src]

pub struct RedirectAllRequestsTo {
    pub host_name: String,
    pub protocol: Option<String>,
}

Fields

Name of the host where requests will be redirected.

Protocol to use (http, https) when redirecting requests. The default is the protocol that is used in the original request.

Trait Implementations

impl Default for RedirectAllRequestsTo
[src]

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

impl Debug for RedirectAllRequestsTo
[src]

Formats the value using the given formatter.