ServerGroup
public struct ServerGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of a server group.
Declaration
Swift
public let name: String? -
The ID of a server group.
Declaration
Swift
public let serverGroupId: String? -
The servers that belong to a server group.
Declaration
Swift
public let serverList: [Server]? -
Undocumented
Declaration
Swift
public init(name: String? = nil, serverGroupId: String? = nil, serverList: [Server]? = nil)
View on GitHub
ServerGroup Structure Reference