Name | Type | Description | Notes |
---|---|---|---|
Sid | Pointer to string | The unique string that we created to identify the Log resource. | |
AccountSid | Pointer to string | The SID of the Account that created the Log resource. | |
ServiceSid | Pointer to string | The SID of the Service that the Log resource is associated with. | |
EnvironmentSid | Pointer to string | The SID of the environment in which the log occurred. | |
BuildSid | Pointer to string | The SID of the build that corresponds to the log. | |
DeploymentSid | Pointer to string | The SID of the deployment that corresponds to the log. | |
FunctionSid | Pointer to string | The SID of the function whose invocation produced the log. | |
RequestSid | Pointer to string | The SID of the request associated with the log. | |
Level | Pointer to string | ||
Message | Pointer to string | The log message. | |
DateCreated | Pointer to time.Time | The date and time in GMT when the Log resource was created specified in ISO 8601 format. | |
Url | Pointer to string | The absolute URL of the Log resource. |