Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesForBackendServerInput

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

Overview

Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_portInteger

The port number associated with the EC2 instance.

Returns:

  • (Integer)


1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1806

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

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1806

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

#policy_namesArray<String>

The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

Returns:

  • (Array<String>)


1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1806

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