Class: Aws::Types::LoadBalancersConfig
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancersConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classic_load_balancers_config ⇒ Types::ClassicLoadBalancersConfig
Returns the value of attribute classic_load_balancers_config.
-
#target_groups_config ⇒ Types::TargetGroupsConfig
Returns the value of attribute target_groups_config.
Instance Attribute Details
#classic_load_balancers_config ⇒ Types::ClassicLoadBalancersConfig
Returns the value of attribute classic_load_balancers_config.
12907 12908 12909 |
# File 'sig/types.rbs', line 12907 def classic_load_balancers_config @classic_load_balancers_config end |
#target_groups_config ⇒ Types::TargetGroupsConfig
Returns the value of attribute target_groups_config.
12908 12909 12910 |
# File 'sig/types.rbs', line 12908 def target_groups_config @target_groups_config end |