Struct aws_sdk_batch::model::NodeProperties
source · [−]#[non_exhaustive]pub struct NodeProperties {
pub num_nodes: i32,
pub main_node: i32,
pub node_range_properties: Option<Vec<NodeRangeProperty>>,
}
Expand description
An object representing the node properties of a multi-node parallel job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.num_nodes: i32
The number of nodes associated with a multi-node parallel job.
main_node: i32
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.
node_range_properties: Option<Vec<NodeRangeProperty>>
A list of node ranges and their properties associated with a multi-node parallel job.
Implementations
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.
A list of node ranges and their properties associated with a multi-node parallel job.
Creates a new builder-style object to manufacture NodeProperties
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NodeProperties
impl Send for NodeProperties
impl Sync for NodeProperties
impl Unpin for NodeProperties
impl UnwindSafe for NodeProperties
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more