VmServerAddress

public struct VmServerAddress : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the VM.

    Declaration

    Swift

    public let vmId: String?
  • The ID of the VM manager.

    Declaration

    Swift

    public let vmManagerId: String?
  • Undocumented

    Declaration

    Swift

    public init(vmId: String? = nil, vmManagerId: String? = nil)