Method: Fog::AWS::AutoScaling::Instance#healthy?
- Defined in:
- lib/fog/aws/models/auto_scaling/instance.rb
#healthy? ⇒ Boolean
39 40 41 |
# File 'lib/fog/aws/models/auto_scaling/instance.rb', line 39 def healthy? health_status == 'HEALTHY' end |