Class: Aws::EC2::Types::LoadBalancersConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LoadBalancersConfig
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classic_load_balancers_config ⇒ Types::ClassicLoadBalancersConfig
The Classic Load Balancers.
-
#target_groups_config ⇒ Types::TargetGroupsConfig
The target groups.
Instance Attribute Details
#classic_load_balancers_config ⇒ Types::ClassicLoadBalancersConfig
The Classic Load Balancers.
48182 48183 48184 48185 48186 48187 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48182 class LoadBalancersConfig < Struct.new( :classic_load_balancers_config, :target_groups_config) SENSITIVE = [] include Aws::Structure end |
#target_groups_config ⇒ Types::TargetGroupsConfig
The target groups.
48182 48183 48184 48185 48186 48187 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48182 class LoadBalancersConfig < Struct.new( :classic_load_balancers_config, :target_groups_config) SENSITIVE = [] include Aws::Structure end |