Class: Aws::SMS::Types::ServerGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Logical grouping of servers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a server group.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1581

class ServerGroup < Struct.new(
  :server_group_id,
  :name,
  :server_list)
  SENSITIVE = []
  include Aws::Structure
end

#server_group_idString

The ID of a server group.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1581

class ServerGroup < Struct.new(
  :server_group_id,
  :name,
  :server_list)
  SENSITIVE = []
  include Aws::Structure
end

#server_listArray<Types::Server>

The servers that belong to a server group.

Returns:



1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1581

class ServerGroup < Struct.new(
  :server_group_id,
  :name,
  :server_list)
  SENSITIVE = []
  include Aws::Structure
end