List imports
async_boto.validation.dynamodb.list_imports
ListImportsRequest
Bases: BaseModel
Request model for the ListImports operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
NextToken |
An optional string that, if supplied, must be copied from the output of a previous call to ListImports.
TYPE:
|
PageSize |
The number of ImportSummary objects returned in a single page.
TYPE:
|
TableArn |
The Amazon Resource Name (ARN) associated with the table that was imported to.
TYPE:
|
NextToken
class-attribute
instance-attribute
NextToken = None
PageSize
class-attribute
instance-attribute
PageSize = None
TableArn
class-attribute
instance-attribute
TableArn = None
ListImportsResponse
Bases: BaseModel
Response model for the ListImports operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ImportSummaryList |
A list of ImportSummary objects.
TYPE:
|
NextToken |
If this value is returned, there are additional results to be displayed.
TYPE:
|
ImportSummaryList
class-attribute
instance-attribute
ImportSummaryList = None
NextToken
class-attribute
instance-attribute
NextToken = None