Class: Aws::SageMaker::Types::CreateHubResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
7054 7055 7056 7057 7058 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7054 class CreateHubResponse < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end |