AWSSNSListEndpointsByPlatformApplicationResponse

Objective-C

@interface AWSSNSListEndpointsByPlatformApplicationResponse

Swift

class AWSSNSListEndpointsByPlatformApplicationResponse

Response for ListEndpointsByPlatformApplication action.

  • Endpoints returned for ListEndpointsByPlatformApplication action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSNSEndpoint *> *_Nullable endpoints;

    Swift

    var endpoints: [AWSSNSEndpoint]? { get set }
  • NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }