You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Batch::Types::NodePropertiesSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object representing the properties of a node that is associated with a multi-node parallel job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#is_main_nodeBoolean

Specifies whether the current node is the main node for a multi-node parallel job.

Returns:

  • (Boolean)

    Specifies whether the current node is the main node for a multi-node parallel job.

#node_indexInteger

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.

Returns:

  • (Integer)

    The node index for the node.

#num_nodesInteger

The number of nodes associated with a multi-node parallel job.

Returns:

  • (Integer)

    The number of nodes associated with a multi-node parallel job.