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.
| 307 308 309 310 311 312 | # File 'lib/aws-sdk-autoscaling/types.rb', line 307 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.
| 307 308 309 310 311 312 | # File 'lib/aws-sdk-autoscaling/types.rb', line 307 class AttachLoadBalancersType < Struct.new( :auto_scaling_group_name, :load_balancer_names) SENSITIVE = [] include Aws::Structure end |