Skip to content

Commit 5765118

Browse files
Philip Reichenbergerpaperspace-philip
authored andcommitted
fix mint type
1 parent 6499648 commit 5765118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoscaling_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type AutoscalingGroupListParams struct {
4848

4949
type AutoscalingGroupUpdateAttributeParams struct {
5050
Name string `json:"name,omitempty"`
51-
Min string `json:"min,omitempty"`
51+
Min int `json:"min,omitempty"`
5252
Max int `json:"max,omitempty"`
5353
Current int `json:"current,omitempty"`
5454
MachineType string `json:"machineType,omitempty"`

0 commit comments

Comments
 (0)