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.
      8816 8817 8818 8819 8820  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8816 class CreateHubResponse < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end  |