Table of Contents

Class ListEndpointsByPlatformApplicationResponse

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

Response for ListEndpointsByPlatformApplication action.

public class ListEndpointsByPlatformApplicationResponse : AmazonWebServiceResponse
Inheritance
ListEndpointsByPlatformApplicationResponse

Constructors

ListEndpointsByPlatformApplicationResponse()

public ListEndpointsByPlatformApplicationResponse()

Properties

Endpoints

Gets and sets the property Endpoints.

Endpoints returned for ListEndpointsByPlatformApplication action.

public List<Endpoint> Endpoints { get; set; }

Property Value

List<Endpoint>

NextToken

Gets and sets the property NextToken.

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

public string NextToken { get; set; }

Property Value

string