Class DeletePlatformApplicationRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the DeletePlatformApplication operation. Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.
public class DeletePlatformApplicationRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
DeletePlatformApplicationRequest
Constructors
DeletePlatformApplicationRequest()
public DeletePlatformApplicationRequest()
Properties
PlatformApplicationArn
Gets and sets the property PlatformApplicationArn.
PlatformApplicationArn of platform application object to delete.
public string PlatformApplicationArn { get; set; }