SMSChannelRequest

public struct SMSChannelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether to enable the SMS channel for the application.

    Declaration

    Swift

    public let enabled: Bool?
  • The identity that you want to display on recipients’ devices when they receive messages from the SMS channel.

    Declaration

    Swift

    public let senderId: String?
  • The registered short code that you want to use when you send messages through the SMS channel.

    Declaration

    Swift

    public let shortCode: String?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, senderId: String? = nil, shortCode: String? = nil)