Class: Aws::Types::ModifyLoadBalancerAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyLoadBalancerAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_attributes ⇒ Types::LoadBalancerAttributes
Returns the value of attribute load_balancer_attributes.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#load_balancer_attributes ⇒ Types::LoadBalancerAttributes
Returns the value of attribute load_balancer_attributes.
409 410 411 |
# File 'sig/types.rbs', line 409 def load_balancer_attributes @load_balancer_attributes end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
408 409 410 |
# File 'sig/types.rbs', line 408 def load_balancer_name @load_balancer_name end |