NodeProperties

public struct NodeProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.

    Declaration

    Swift

    public let mainNode: Int
  • A list of node ranges and their properties associated with a multi-node parallel job.

    Declaration

    Swift

    public let nodeRangeProperties: [NodeRangeProperty]
  • The number of nodes associated with a multi-node parallel job.

    Declaration

    Swift

    public let numNodes: Int
  • Undocumented

    Declaration

    Swift

    public init(mainNode: Int, nodeRangeProperties: [NodeRangeProperty], numNodes: Int)