class Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesForBackendServerInput

Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

@note When making an API call, you may pass SetLoadBalancerPoliciesForBackendServerInput

data as a hash:

    {
      load_balancer_name: "AccessPointName", # required
      instance_port: 1, # required
      policy_names: ["PolicyName"], # required
    }

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] instance_port

The port number associated with the EC2 instance.
@return [Integer]

@!attribute [rw] policy_names

The names of the policies. If the list is empty, then all current
polices are removed from the EC2 instance.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/SetLoadBalancerPoliciesForBackendServerInput AWS API Documentation

Constants

SENSITIVE