AWSPinpointTargetingUpdateEmailChannelRequest

Objective-C

@interface AWSPinpointTargetingUpdateEmailChannelRequest

Swift

class AWSPinpointTargetingUpdateEmailChannelRequest
  • The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

    Declaration

    Objective-C

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

    Swift

    var applicationId: String? { get set }
  • Specifies the status and settings of the email channel for an application.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingEmailChannelRequest *_Nullable emailChannelRequest;

    Swift

    var emailChannelRequest: AWSPinpointTargetingEmailChannelRequest? { get set }