Class: Aws::Types::ClusterSlurmConfigDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_type"Controller", ...

Returns the value of attribute node_type.

Returns:

  • ("Controller", "Login", "Compute")


1619
1620
1621
# File 'sig/types.rbs', line 1619

def node_type
  @node_type
end

#partition_names::Array[::String]

Returns the value of attribute partition_names.

Returns:

  • (::Array[::String])


1620
1621
1622
# File 'sig/types.rbs', line 1620

def partition_names
  @partition_names
end