Class: Aws::SageMaker::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteClusterResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.
11167 11168 11169 11170 11171 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11167 class DeleteClusterResponse < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |