describeExportTasks  
  inline suspend fun RdsClient.describeExportTasks(crossinline block: DescribeExportTasksRequest.Builder.() -> Unit): DescribeExportTasksResponse
Returns information about a snapshot or cluster export to Amazon S3. This API operation supports pagination.
Samples
fun main() { 
   //sampleStart 
   // The following example returns information about snapshot exports to Amazon S3.
val resp = rdsClient.describeExportTasks() 
   //sampleEnd
}