AWSSNSEndpoint
Objective-C
@interface AWSSNSEndpoint
Swift
class AWSSNSEndpoint
The endpoint for mobile app and device.
-
Attributes for endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributes;
Swift
var attributes: [String : String]? { get set }
-
The
EndpointArn
for mobile app and device.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointArn;
Swift
var endpointArn: String? { get set }