Skip to content

Describe export

async_boto.validation.dynamodb.describe_export

DescribeExportRequest

Bases: BaseModel

Describes an existing table export.

ATTRIBUTE DESCRIPTION
ExportArn

The Amazon Resource Name (ARN) associated with the export.

TYPE: str

ExportArn instance-attribute

ExportArn

DescribeExportResponse

Bases: BaseModel

Response for the DescribeExport operation.

ATTRIBUTE DESCRIPTION
ExportDescription

Represents the properties of the export.

TYPE: Optional[ExportDescription]

ExportDescription class-attribute instance-attribute

ExportDescription = None