Class: Aws::Types::ClusterSlurmConfig

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")


1598
1599
1600
# File 'sig/types.rbs', line 1598

def node_type
  @node_type
end

#partition_names::Array[::String]

Returns the value of attribute partition_names.

Returns:

  • (::Array[::String])


1599
1600
1601
# File 'sig/types.rbs', line 1599

def partition_names
  @partition_names
end