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.
49441 49442 49443 49444 49445 49446 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49441 class LoadBalancersConfig < Struct.new( :classic_load_balancers_config, :target_groups_config) SENSITIVE = [] include Aws::Structure end |
#target_groups_config ⇒ Types::TargetGroupsConfig
The target groups.
49441 49442 49443 49444 49445 49446 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49441 class LoadBalancersConfig < Struct.new( :classic_load_balancers_config, :target_groups_config) SENSITIVE = [] include Aws::Structure end |