Class: Aws::SageMaker::Types::CreateHubResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_arn ⇒ String
The Amazon Resource Name (ARN) of the hub.
Instance Attribute Details
#hub_arn ⇒ String
The Amazon Resource Name (ARN) of the hub.
6967 6968 6969 6970 6971 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6967 class CreateHubResponse < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end |