Class: Aws::Types::LoadBalancer
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_configuration ⇒ Types::AdvancedConfiguration
Returns the value of attribute advanced_configuration.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
Instance Attribute Details
#advanced_configuration ⇒ Types::AdvancedConfiguration
Returns the value of attribute advanced_configuration.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def advanced_configuration @advanced_configuration end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def container_port @container_port end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def load_balancer_name @load_balancer_name end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def target_group_arn @target_group_arn end |