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
15 16 17 |
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 15 def group service.groups.get(attributes['AutoScalingGroupName']) end |
#save ⇒ Object
19 20 21 |
# File 'lib/fog/aws/models/auto_scaling/activity.rb', line 19 def save raise "Operation not supported" end |