Class: Aws::Types::SetLoadBalancerPoliciesForBackendServerInput
- Inherits:
-
Object
- Object
- Aws::Types::SetLoadBalancerPoliciesForBackendServerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
Instance Attribute Details
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
513 514 515 |
# File 'sig/types.rbs', line 513 def instance_port @instance_port end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def load_balancer_name @load_balancer_name end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
514 515 516 |
# File 'sig/types.rbs', line 514 def policy_names @policy_names end |