Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesOfListenerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the parameters for SetLoadBalancePoliciesOfListener.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1838

class SetLoadBalancerPoliciesOfListenerInput < Struct.new(
  :load_balancer_name,
  :load_balancer_port,
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_portInteger

The external port of the load balancer.

Returns:

  • (Integer)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1838

class SetLoadBalancerPoliciesOfListenerInput < Struct.new(
  :load_balancer_name,
  :load_balancer_port,
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end

#policy_namesArray<String>

The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

Returns:

  • (Array<String>)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1838

class SetLoadBalancerPoliciesOfListenerInput < Struct.new(
  :load_balancer_name,
  :load_balancer_port,
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end