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.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def advanced_configuration @advanced_configuration end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def container_port @container_port end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def load_balancer_name @load_balancer_name end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def target_group_arn @target_group_arn end |