Class: Aws::Types::LoadBalancerState
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
992 993 994 |
# File 'sig/types.rbs', line 992 def load_balancer_name @load_balancer_name end |
#state ⇒ ::String
Returns the value of attribute state.
993 994 995 |
# File 'sig/types.rbs', line 993 def state @state end |