Skip to content

Describe import

async_boto.validation.dynamodb.describe_import

DescribeImportRequest

Bases: BaseModel

Represents the properties of the import.

ATTRIBUTE DESCRIPTION
ImportArn

The Amazon Resource Name (ARN) associated with the table you're importing to.

TYPE: str

ImportArn instance-attribute

ImportArn

DescribeImportResponse

Bases: BaseModel

Response for the DescribeImport operation.

ATTRIBUTE DESCRIPTION
ImportTableDescription

Represents the properties of the table created for the import, and parameters of the import.

TYPE: Optional[ImportTableDescription]

ImportTableDescription class-attribute instance-attribute

ImportTableDescription = None