Class: Aws::SageMaker::Types::ImportHubContentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ImportHubContentResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the hub that the content was imported into.
 - 
  
    
      #hub_content_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the hub content that was imported.
 
Instance Attribute Details
#hub_arn ⇒ String
The ARN of the hub that the content was imported into.
      25299 25300 25301 25302 25303 25304  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25299 class ImportHubContentResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_content_arn ⇒ String
The ARN of the hub content that was imported.
      25299 25300 25301 25302 25303 25304  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25299 class ImportHubContentResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end  |