Server
public struct Server : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the replication job.
Declaration
Swift
public let replicationJobId: String?
-
Indicates whether the replication job is deleted or failed.
Declaration
Swift
public let replicationJobTerminated: Bool?
-
The ID of the server.
Declaration
Swift
public let serverId: String?
-
The type of server.
Declaration
Swift
public let serverType: ServerType?
-
Information about the VM server.
Declaration
Swift
public let vmServer: VmServer?
-
Undocumented
Declaration
Swift
public init(replicationJobId: String? = nil, replicationJobTerminated: Bool? = nil, serverId: String? = nil, serverType: ServerType? = nil, vmServer: VmServer? = nil)