UpdateTrustRequest
public struct UpdateTrustRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Updates selective authentication for the trust.
Declaration
Swift
public let selectiveAuth: SelectiveAuth?
-
Identifier of the trust relationship.
Declaration
Swift
public let trustId: String
-
Undocumented
Declaration
Swift
public init(selectiveAuth: SelectiveAuth? = nil, trustId: String)
-
Declaration
Swift
public func validate(name: String) throws