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