Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 1.48 KB

File metadata and controls

23 lines (19 loc) · 1.48 KB

CustomSignatureResult

Properties

Name Type Description Notes
id int Unique ID [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
code str The code used for this result [optional]
language str The language of the code. Valid values are ruby, javascript [optional]
status str Status of the result. Valid values are running, failed, complete [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
error_messages list[str] Error messages that occurred while running the code [optional]
external_account ExternalAccount Associated External Account [optional]
external_account_id int Associated External Account ID [optional]
region Region Associated Region [optional]
region_id int Associated Region ID [optional]
definition CustomSignatureDefinition Associated Definition [optional]
definition_id int Associated Definition ID [optional]
alerts list[Alert] Associated Alerts [optional]

[Back to Model list] [Back to API list] [Back to README]