Table of Contents

Class ListPlatformApplicationsResponse

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Response for ListPlatformApplications action.

public class ListPlatformApplicationsResponse : AmazonWebServiceResponse
Inheritance
ListPlatformApplicationsResponse

Constructors

ListPlatformApplicationsResponse()

public ListPlatformApplicationsResponse()

Properties

NextToken

Gets and sets the property NextToken.

NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

public string NextToken { get; set; }

Property Value

string

PlatformApplications

Gets and sets the property PlatformApplications.

Platform applications returned when calling ListPlatformApplications action.

public List<PlatformApplication> PlatformApplications { get; set; }

Property Value

List<PlatformApplication>