# File lib/aws/auto_scaling/scaling_policy.rb, line 62 def update options = {} client_opts = scaling_policy_options(group, name, options) resp = client.put_scaling_policy(client_opts) static_attributes[:arn] = resp.policy_arn nil end