Class: Aws::SMS::Types::ServerGroupLaunchConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::ServerGroupLaunchConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Launch configuration for a server group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_order  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch order of servers in the server group.
 - 
  
    
      #server_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the server group with which the launch configuration is associated.
 - 
  
    
      #server_launch_configurations  ⇒ Array<Types::ServerLaunchConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch configuration for servers in the server group.
 
Instance Attribute Details
#launch_order ⇒ Integer
The launch order of servers in the server group.
      1606 1607 1608 1609 1610 1611 1612  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1606 class ServerGroupLaunchConfiguration < Struct.new( :server_group_id, :launch_order, :server_launch_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#server_group_id ⇒ String
The ID of the server group with which the launch configuration is associated.
      1606 1607 1608 1609 1610 1611 1612  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1606 class ServerGroupLaunchConfiguration < Struct.new( :server_group_id, :launch_order, :server_launch_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#server_launch_configurations ⇒ Array<Types::ServerLaunchConfiguration>
The launch configuration for servers in the server group.
      1606 1607 1608 1609 1610 1611 1612  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1606 class ServerGroupLaunchConfiguration < Struct.new( :server_group_id, :launch_order, :server_launch_configurations) SENSITIVE = [] include Aws::Structure end  |