Class: Fog::AWS::AutoScaling::Activity

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/aws/models/auto_scaling/activity.rb

Instance Method Summary collapse

Instance Method Details

#groupObject



15
16
17
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 15

def group
  service.groups.get(attributes['AutoScalingGroupName'])
end

#saveObject



19
20
21
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 19

def save
  raise "Operation not supported"
end