clientToken property

String? clientToken
final

The client token that was provided for the export task. A client token makes calls to ExportTableToPointInTimeInput idempotent, meaning that multiple identical calls have the same effect as one single call.

Implementation

final String? clientToken;