Class: Aws::SageMaker::Types::DeleteClusterResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.

Returns:

  • (String)


10485
10486
10487
10488
10489
# File 'lib/aws-sdk-sagemaker/types.rb', line 10485

class DeleteClusterResponse < Struct.new(
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end