DeleteContactRequest
public struct DeleteContactRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the contact to delete.
Declaration
Swift
public let contactArn: String
-
Undocumented
Declaration
Swift
public init(contactArn: String)
-
Declaration
Swift
public func validate(name: String) throws