AWSPinpointTargetingChannelsResponse
Objective-C
@interface AWSPinpointTargetingChannelsResponse
Swift
class AWSPinpointTargetingChannelsResponse
Provides information about the general settings and status of all channels for an application, including channels that aren’t enabled for the application.
Required parameters: [Channels]
-
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSPinpointTargetingChannelResponse *> *_Nullable channels;
Swift
var channels: [String : AWSPinpointTargetingChannelResponse]? { get set }