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