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 6499648 commit 5765118Copy full SHA for 5765118
autoscaling_group.go
@@ -48,7 +48,7 @@ type AutoscalingGroupListParams struct {
48
49
type AutoscalingGroupUpdateAttributeParams struct {
50
Name string `json:"name,omitempty"`
51
- Min string `json:"min,omitempty"`
+ Min int `json:"min,omitempty"`
52
Max int `json:"max,omitempty"`
53
Current int `json:"current,omitempty"`
54
MachineType string `json:"machineType,omitempty"`
0 commit comments