Struct aws_sdk_rust::aws::s3::object::RedirectAllRequestsTo
[−]
[src]
pub struct RedirectAllRequestsTo { pub host_name: HostName, pub protocol: Option<Protocol>, }
Fields
host_name: HostName
Name of the host where requests will be redirected.
protocol: Option<Protocol>
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]
impl Default for RedirectAllRequestsTo
[src]
fn default() -> RedirectAllRequestsTo
Returns the "default value" for a type. Read more
impl Decodable for RedirectAllRequestsTo
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<RedirectAllRequestsTo, __D::Error>
__arg_0: &mut __D
) -> Result<RedirectAllRequestsTo, __D::Error>
Deserialize a value using a Decoder
.