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