NodeDetails
public struct NodeDetails : 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? -
Undocumented
Declaration
Swift
public init(isMainNode: Bool? = nil, nodeIndex: Int? = nil)
View on GitHub
NodeDetails Structure Reference