AWSPinpointTargetingGetEmailChannelResponse
Objective-C
@interface AWSPinpointTargetingGetEmailChannelResponse
Swift
class AWSPinpointTargetingGetEmailChannelResponse
-
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 }