RedirectAllRequestsTo
public struct RedirectAllRequestsTo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the host where requests are redirected.
Declaration
Swift
public let hostName: String
-
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
Declaration
Swift
public let `protocol`: Protocol?
-
Undocumented
Declaration
Swift
public init(hostName: String, protocol: Protocol? = nil)