# File lib/fog/aws/models/auto_scaling/instance.rb, line 23 def configuration service.configurations.get(attributes['LaunchConfigurationName']) end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 19 def group service.groups.get(attributes['AutoScalingGroupName']) end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 39 def healthy? health_status == 'HEALTHY' end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 43 def ready? life_cycle_state == 'InService' end
# File lib/fog/aws/models/auto_scaling/instance.rb, line 47 def reload super self end
Generated with the Darkfish Rdoc Generator 2.