Struct aws_sdk_rust::aws::s3::object::RedirectAllRequestsTo [] [src]

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

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 Debug for RedirectAllRequestsTo
[src]

[]

Formats the value using the given formatter.

impl Default for RedirectAllRequestsTo
[src]

[]

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

impl Decodable for RedirectAllRequestsTo
[src]

[]

Deserialize a value using a Decoder.

impl Encodable for RedirectAllRequestsTo
[src]

[]

Serialize a value using an Encoder.