Class ListImportsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the ListImports operation.
public class ListImportsResponse : AmazonWebServiceResponse
- Inheritance
-
ListImportsResponse
Constructors
ListImportsResponse()
public ListImportsResponse()
Properties
ImportSummaryList
Gets and sets the property ImportSummaryList.
A list of
ImportSummary objects.
public List<ImportSummary> ImportSummaryList { 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
ListImports again, with NextToken set to this
value.
public string NextToken { get; set; }