Method: Fog::AWS::AutoScaling::Group#update

Defined in:
lib/fog/aws/models/auto_scaling/group.rb

#updateObject

[View source]

133
134
135
136
137
# File 'lib/fog/aws/models/auto_scaling/group.rb', line 133

def update
  requires :id
  connection.update_auto_scaling_group(id, options)
  reload
end