describe_import¶
Operation¶
describe_import
async
¶
describe_import(input: DescribeImportInput, plugins: list[Plugin] | None = None) -> DescribeImportOutput
Represents the properties of the import.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DescribeImportInput
|
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 |
|---|---|
DescribeImportOutput
|
An instance of |
Input¶
DescribeImportInput
dataclass
¶
Output¶
DescribeImportOutput
dataclass
¶
Dataclass for DescribeImportOutput structure.
Attributes¶
import_table_description
instance-attribute
¶
import_table_description: ImportTableDescription
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.