nextToken property

String? nextToken
final

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

Implementation

final String? nextToken;