Class: Aws::AutoScaling::Types::AttachLoadBalancersType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AttachLoadBalancersType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#load_balancer_names ⇒ Array<String>
The names of the load balancers.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
299 300 301 302 303 304 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 299 class AttachLoadBalancersType < Struct.new( :auto_scaling_group_name, :load_balancer_names) SENSITIVE = [] include Aws::Structure end |
#load_balancer_names ⇒ Array<String>
The names of the load balancers. You can specify up to 10 load balancers.
299 300 301 302 303 304 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 299 class AttachLoadBalancersType < Struct.new( :auto_scaling_group_name, :load_balancer_names) SENSITIVE = [] include Aws::Structure end |