DeleteContactMethodRequest

public struct DeleteContactMethodRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The protocol that will be deleted, such as Email or SMS (text messaging). To delete an Email and an SMS contact method if you added both, you must run separate DeleteContactMethod actions to delete each protocol.

    Declaration

    Swift

    public let `protocol`: ContactProtocol
  • Undocumented

    Declaration

    Swift

    public init(protocol: ContactProtocol)