Class: Aws::SageMaker::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateClusterResponse
- Defined in:
- gems/aws-sdk-sagemaker/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 cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5889 class CreateClusterResponse < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |