We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985733 commit 19abe3cCopy full SHA for 19abe3c
events/alb.go
@@ -29,6 +29,6 @@ type ALBTargetGroupResponse struct {
29
StatusDescription string `json:"statusDescription"`
30
Headers map[string]string `json:"headers"`
31
MultiValueHeaders map[string][]string `json:"multiValueHeaders"`
32
- Body string `json:"body"`
+ Body string `json:"body,omitempty"`
33
IsBase64Encoded bool `json:"isBase64Encoded"`
34
}
0 commit comments