Class: Aws::Types::LoadBalancerDescription
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#listeners ⇒ ::Array[Types::Listener]
Returns the value of attribute listeners.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
708 709 710 |
# File 'sig/types.rbs', line 708 def domain @domain end |
#listeners ⇒ ::Array[Types::Listener]
Returns the value of attribute listeners.
709 710 711 |
# File 'sig/types.rbs', line 709 def listeners @listeners end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
707 708 709 |
# File 'sig/types.rbs', line 707 def load_balancer_name @load_balancer_name end |