List exports
async_boto.validation.dynamodb.list_exports
ListExportsRequest
Bases: BaseModel
Request model for the ListExports operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
MaxResults |
Maximum number of results to return per page.
TYPE:
|
NextToken |
An optional string that, if supplied, must be copied from the output of a previous call to ListExports.
TYPE:
|
TableArn |
The Amazon Resource Name (ARN) associated with the exported table.
TYPE:
|
MaxResults
class-attribute
instance-attribute
MaxResults = None
NextToken
class-attribute
instance-attribute
NextToken = None
TableArn
class-attribute
instance-attribute
TableArn = None
ListExportsResponse
Bases: BaseModel
Response model for the ListExports operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ExportSummaries |
A list of ExportSummary objects.
TYPE:
|
NextToken |
If this value is returned, there are additional results to be displayed.
TYPE:
|
ExportSummaries
class-attribute
instance-attribute
ExportSummaries = None
NextToken
class-attribute
instance-attribute
NextToken = None