Fog::Model
# File lib/fog/aws/models/auto_scaling/instance.rb, line 22 def configuration service.configurations.get(attributes['LaunchConfigurationName']) end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 18 def group service.groups.get(attributes['AutoScalingGroupName']) end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 38 def healthy? health_status == 'HEALTHY' end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 42 def ready? life_cycle_state == 'InService' end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 46 def reload super self end
Generated with the Darkfish Rdoc Generator 2.