describe_export¶
Operation¶
describe_export
async
¶
describe_export(input: DescribeExportInput, plugins: list[Plugin] | None = None) -> DescribeExportOutput
Describes an existing table export.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DescribeExportInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DescribeExportOutput
|
An instance of |
Input¶
DescribeExportInput
dataclass
¶
Output¶
DescribeExportOutput
dataclass
¶
Dataclass for DescribeExportOutput structure.
Attributes¶
export_description
class-attribute
instance-attribute
¶
export_description: ExportDescription | None = None
Represents the properties of the export.