CampaignSmsMessage

public struct CampaignSmsMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The body of the SMS message.

    Declaration

    Swift

    public let body: String?
  • The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren’t critical or time-sensitive, such as marketing messages).

    Declaration

    Swift

    public let messageType: MessageType?
  • The sender ID to display on recipients’ devices when they receive the SMS message.

    Declaration

    Swift

    public let senderId: String?
  • Undocumented

    Declaration

    Swift

    public init(body: String? = nil, messageType: MessageType? = nil, senderId: String? = nil)