Class: Aws::Types::HyperPodPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


3593
3594
3595
# File 'sig/types.rbs', line 3593

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


3592
3593
3594
# File 'sig/types.rbs', line 3592

def cluster_name
  @cluster_name
end

#orchestrator"EKS", "SLURM"

Returns the value of attribute orchestrator.

Returns:

  • ("EKS", "SLURM")


3594
3595
3596
# File 'sig/types.rbs', line 3594

def orchestrator
  @orchestrator
end