Class ListExportsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the ListExports operation.
public class ListExportsResponse : AmazonWebServiceResponse
- Inheritance
-
ListExportsResponse
Constructors
ListExportsResponse()
public ListExportsResponse()
Properties
ExportSummaries
Gets and sets the property ExportSummaries.
A list of
ExportSummary objects.
public List<ExportSummary> ExportSummaries { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports again, with NextToken set to this
value.
public string NextToken { get; set; }