Class: Aws::Types::UpdateLoadBalancerAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoadBalancerAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ "HealthCheckPath", ...
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#attribute_name ⇒ "HealthCheckPath", ...
Returns the value of attribute attribute_name.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def attribute_name @attribute_name end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def attribute_value @attribute_value end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def load_balancer_name @load_balancer_name end |