DescribeConditionalForwardersRequest
public struct DescribeConditionalForwardersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The directory ID for which to get the list of associated conditional forwarders.
Declaration
Swift
public let directoryId: String
-
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
Declaration
Swift
public let remoteDomainNames: [String]?
-
Undocumented
Declaration
Swift
public init(directoryId: String, remoteDomainNames: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws