Class AWS::ELB::LoadBalancerPolicy
In: lib/aws/elb/load_balancer_policy.rb
Parent: Core::Resource

Methods

Attributes

load_balancer  [R]  @return [LoadBalancer] Returns the load balancer this policy belongs to.

Public Class methods

Public Instance methods

@return [Hash] Returns a hash of policy attributes. Keys are

  policy attribute names, and values are arrays one or more policy
  attribute values.

Deletes this load balancer policy. @return [nil]

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.

Protected Instance methods

[Validate]