We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507ad66 commit 3afc312Copy full SHA for 3afc312
events/codepipeline_cloudwatch.go
@@ -92,7 +92,7 @@ type CodePipelineEventDetail struct {
92
93
Region string `json:"region"`
94
95
- Type CodePipelineEventDetailType `json:"type"`
+ Type CodePipelineEventDetailType `json:"type,omitempty"`
96
}
97
98
type CodePipelineEventDetailType struct {
0 commit comments