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



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

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

#saveObject



22
23
24
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 22

def save
  raise "Operation not supported"
end