AWSPinpointTargetingSMSChannelResponse

Objective-C

@interface AWSPinpointTargetingSMSChannelResponse

Swift

class AWSPinpointTargetingSMSChannelResponse

Provides information about the status and settings of the SMS channel for an application.

Required parameters: [Platform]

  • The unique identifier for the application that the SMS channel applies to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationId;

    Swift

    var applicationId: String? { get set }
  • The date and time, in ISO 8601 format, when the SMS channel was enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable creationDate;

    Swift

    var creationDate: String? { get set }
  • Specifies whether the SMS channel is enabled for the application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • (Not used) This property is retained only for backward compatibility.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hasCredential;

    Swift

    var hasCredential: NSNumber? { get set }
  • (Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • Specifies whether the SMS channel is archived.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isArchived;

    Swift

    var isArchived: NSNumber? { get set }
  • The user who last modified the SMS channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedBy;

    Swift

    var lastModifiedBy: String? { get set }
  • The date and time, in ISO 8601 format, when the SMS channel was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: String? { get set }
  • The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable platform;

    Swift

    var platform: String? { get set }
  • The maximum number of promotional messages that you can send through the SMS channel each second.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable promotionalMessagesPerSecond;

    Swift

    var promotionalMessagesPerSecond: NSNumber? { get set }
  • The identity that displays on recipients’ devices when they receive messages from the SMS channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable senderId;

    Swift

    var senderId: String? { get set }
  • The registered short code to use when you send messages through the SMS channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable shortCode;

    Swift

    var shortCode: String? { get set }
  • The maximum number of transactional messages that you can send through the SMS channel each second.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable transactionalMessagesPerSecond;

    Swift

    var transactionalMessagesPerSecond: NSNumber? { get set }
  • The current version of the SMS channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable version;

    Swift

    var version: NSNumber? { get set }