Attachment¶
Structure Class¶
Attachment
dataclass
¶
An attachment in an Amazon Q Business conversation.
Attributes¶
attachment_id
class-attribute
instance-attribute
¶
attachment_id: str | None = None
The identifier of the Amazon Q Business attachment.
conversation_id
class-attribute
instance-attribute
¶
conversation_id: str | None = None
The identifier of the Amazon Q Business conversation the attachment is associated with.
copy_from
class-attribute
instance-attribute
¶
copy_from: CopyFromSource | None = None
A CopyFromSource containing a reference to the original source of the Amazon Q Business attachment.
created_at
class-attribute
instance-attribute
¶
created_at: datetime | None = None
The Unix timestamp when the Amazon Q Business attachment was created.
error
class-attribute
instance-attribute
¶
error: ErrorDetail | None = None
ErrorDetail providing information about a Amazon Q Business attachment error.
file_size
class-attribute
instance-attribute
¶
file_size: int | None = None
Size in bytes of the Amazon Q Business attachment.
file_type
class-attribute
instance-attribute
¶
file_type: str | None = None
Filetype of the Amazon Q Business attachment.
md5chksum
class-attribute
instance-attribute
¶
md5chksum: str | None = None
MD5 checksum of the Amazon Q Business attachment contents.
name
class-attribute
instance-attribute
¶
name: str | None = None
Filename of the Amazon Q Business attachment.
status
class-attribute
instance-attribute
¶
status: AttachmentStatus | None = None
AttachmentStatus of the Amazon Q Business attachment.