Skip to content

Commit 860bdc4

Browse files
Philip Reichenbergerpaperspace-philip
authored andcommitted
remove cluster id from asg update
1 parent 01d2509 commit 860bdc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoscaling_group.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ type AutoscalingGroupUpdateAttributeParams struct {
5353
Min int `json:"min,omitempty"`
5454
Max int `json:"max,omitempty"`
5555
Current int `json:"current,omitempty"`
56-
ClusterID string `json:"clusterId,omitempty`
5756
MachineType string `json:"machineType,omitempty"`
5857
TemplateID string `json:"templateId,omitempty"`
5958
ScriptID string `json:"startupScriptId,omitempty"`

0 commit comments

Comments
 (0)