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


1604
1605
1606
# File 'sig/types.rbs', line 1604

def node_type
  @node_type
end

#partition_names::Array[::String]

Returns the value of attribute partition_names.

Returns:

  • (::Array[::String])


1605
1606
1607
# File 'sig/types.rbs', line 1605

def partition_names
  @partition_names
end