Class: Aws::SMS::Types::ServerGroupLaunchConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#launch_orderInteger

The launch order of servers in the server group.

Returns:

  • (Integer)


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_idString

The ID of the server group with which the launch configuration is associated.

Returns:

  • (String)


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_configurationsArray<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