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



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

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

#saveObject



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

def save
  raise "Operation not supported"
end