the api.ScalingEvent struct was missing the .Count field

This commit is contained in:
Chris Baker
2020-05-10 19:57:57 +00:00
parent 5bd876acb0
commit e6b14ed35c

View File

@@ -92,6 +92,7 @@ type TaskGroupScaleStatus struct {
}
type ScalingEvent struct {
Count *int64
Error bool
Message string
Meta map[string]interface{}