Class | AWS::ELB::LoadBalancerPolicy |
In: |
lib/aws/elb/load_balancer_policy.rb
|
Parent: | Core::Resource |
load_balancer | [R] | @return [LoadBalancer] Returns the load balancer this policy belongs to. |
@return [Hash] Returns a hash of policy attributes. Keys are
policy attribute names, and values are arrays one or more policy attribute values.
Useful for determining if a policy with the given name exists:
load_balancer.policies['my-policy-name'].exists? # => true/false
@return [Boolean] Returns true this policy‘s load balancer has a
policy with this name.