DeleteTrustRequest
public struct DeleteTrustRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Delete a conditional forwarder as part of a DeleteTrustRequest.
Declaration
Swift
public let deleteAssociatedConditionalForwarder: Bool?
-
The Trust ID of the trust relationship to be deleted.
Declaration
Swift
public let trustId: String
-
Undocumented
Declaration
Swift
public init(deleteAssociatedConditionalForwarder: Bool? = nil, trustId: String)
-
Declaration
Swift
public func validate(name: String) throws