Skip to content

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: Optional[str]

PageSize

The number of ImportSummary objects returned in a single page.

TYPE: Optional[int]

TableArn

The Amazon Resource Name (ARN) associated with the table that was imported to.

TYPE: Optional[str]

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: Optional[List[ImportSummary]]

NextToken

If this value is returned, there are additional results to be displayed.

TYPE: Optional[str]

ImportSummaryList class-attribute instance-attribute

ImportSummaryList = None

NextToken class-attribute instance-attribute

NextToken = None