AWSPinpointTargetingDeleteEmailChannelResponse
Objective-C
@interface AWSPinpointTargetingDeleteEmailChannelResponse
Swift
class AWSPinpointTargetingDeleteEmailChannelResponse
-
Provides information about the status and settings of the email channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEmailChannelResponse *_Nullable emailChannelResponse;
Swift
var emailChannelResponse: AWSPinpointTargetingEmailChannelResponse? { get set }