Class: Fog::AWS::AutoScaling::Activity
- Inherits:
-
Model
- Object
- Model
- Fog::AWS::AutoScaling::Activity
- Defined in:
- lib/fog/aws/models/auto_scaling/activity.rb
Instance Method Summary collapse
Instance Method Details
#group ⇒ Object
17 18 19 |
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 17 def group service.groups.get(attributes['AutoScalingGroupName']) end |
#save ⇒ Object
21 22 23 |
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 21 def save raise "Operation not supported" end |