Class ListExportsRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the ListExports operation. Lists completed exports within the past 90 days.
public class ListExportsRequest : AmazonDynamoDBRequest
- Inheritance
-
ListExportsRequest
Constructors
ListExportsRequest()
public ListExportsRequest()
Properties
MaxResults
Gets and sets the property MaxResults.
Maximum number of results to return per page.
public int MaxResults { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports
. When provided in this manner, the API fetches the
next page of results.
public string NextToken { get; set; }
Property Value
TableArn
Gets and sets the property TableArn.
The Amazon Resource Name (ARN) associated with the exported table.
public string TableArn { get; set; }