Skip to content

DynamoDB  >  Structures  >  ExportSummary

ExportSummary

Structure Class

ExportSummary dataclass

Summary information about an export task.

Attributes

export_arn class-attribute instance-attribute
export_arn: str | None = None

The Amazon Resource Name (ARN) of the export.

export_status class-attribute instance-attribute
export_status: ExportStatus | None = None

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

export_type class-attribute instance-attribute
export_type: ExportType | None = None

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.