NodePropertiesSummary

public struct NodePropertiesSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the current node is the main node for a multi-node parallel job.

    Declaration

    Swift

    public let isMainNode: Bool?
  • The node index for the node. Node index numbering begins at zero. This index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX environment variable.

    Declaration

    Swift

    public let nodeIndex: Int?
  • The number of nodes associated with a multi-node parallel job.

    Declaration

    Swift

    public let numNodes: Int?
  • Undocumented

    Declaration

    Swift

    public init(isMainNode: Bool? = nil, nodeIndex: Int? = nil, numNodes: Int? = nil)