Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesForBackendServerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesForBackendServerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for SetLoadBalancerPoliciesForBackendServer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_port ⇒ Integer
The port number associated with the EC2 instance.
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#policy_names ⇒ Array<String>
The names of the policies.
Instance Attribute Details
#instance_port ⇒ Integer
The port number associated with the EC2 instance.
1806 1807 1808 1809 1810 1811 1812 |
# File '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_name ⇒ String
The name of the load balancer.
1806 1807 1808 1809 1810 1811 1812 |
# File '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_names ⇒ Array<String>
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
1806 1807 1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1806 class SetLoadBalancerPoliciesForBackendServerInput < Struct.new( :load_balancer_name, :instance_port, :policy_names) SENSITIVE = [] include Aws::Structure end |