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 c65c9b5 commit f2e35ebCopy full SHA for f2e35eb
events/ecr_image_action.go
@@ -6,7 +6,7 @@ type ECRImageActionEvent struct {
6
DetailType string `json:"detail-type"`
7
Source string `json:"source"`
8
Account string `json:"account"`
9
- Time string `json:"time"`
+ Time time.Time `json:"time"`
10
Region string `json:"region"`
11
Resources []string `json:"resources"`
12
Detail ECRImageActionEventDetailType `json:"detail"`
0 commit comments