Skip to content

CloudTrail  >  Structures  >  ImportsListItem

ImportsListItem

Structure Class

ImportsListItem dataclass

Contains information about an import that was returned by a lookup request.

Attributes

created_timestamp class-attribute instance-attribute
created_timestamp: datetime | None = None

The timestamp of the import's creation.

destinations class-attribute instance-attribute
destinations: list[str] | None = None

The ARN of the destination event data store.

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

The ID of the import.

import_status class-attribute instance-attribute
import_status: ImportStatus | None = None

The status of the import.

updated_timestamp class-attribute instance-attribute
updated_timestamp: datetime | None = None

The timestamp of the import's last update.