TSNSListEndpointsByPlatformApplicationRequest
Class in AWS.SNS
ListEndpointsByPlatformApplication request class.
Ancestors
Properties
PlatformApplicationArn
property PlatformApplicationArn: TARN
NextToken
property NextToken: string
Constructors
Create
constructor Create(const APlatformApplicationArn: TARN; ANextToken: string = '');
Constructor for TSNSListEndpointsByPlatformApplicationRequest.
Parameters
| Name | Description |
|---|---|
APlatformApplicationArn | The Amazon Resource Name (ARN) of the platform application for which to list endpoints. |
ANextToken | NextToken from a previous call to retrieve paginated results. Results are retrieve in pages of 100. |