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 9a56e9b commit 5bcd9a1Copy full SHA for 5bcd9a1
autoscaling_group.go
@@ -52,7 +52,7 @@ type AutoscalingGroupUpdateAttributeParams struct {
52
Name string `json:"name,omitempty"`
53
Min int `json:"min,omitempty"`
54
Max int `json:"max,omitempty"`
55
- Current int `json:"current,omitempty"`
+ Current *int `json:"current,omitempty"`
56
MachineType string `json:"machineType,omitempty"`
57
TemplateID string `json:"templateId,omitempty"`
58
ScriptID string `json:"startupScriptId,omitempty"`
0 commit comments