Class: Aws::SageMaker::Types::UpdateHubRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateHubRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the updated hub.
 - 
  
    
      #hub_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the hub.
 - 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub to update.
 - 
  
    
      #hub_search_keywords  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The searchable keywords for the hub.
 
Instance Attribute Details
#hub_description ⇒ String
A description of the updated hub.
      48364 48365 48366 48367 48368 48369 48370 48371  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48364 class UpdateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_display_name ⇒ String
The display name of the hub.
      48364 48365 48366 48367 48368 48369 48370 48371  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48364 class UpdateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_name ⇒ String
The name of the hub to update.
      48364 48365 48366 48367 48368 48369 48370 48371  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48364 class UpdateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_search_keywords ⇒ Array<String>
The searchable keywords for the hub.
      48364 48365 48366 48367 48368 48369 48370 48371  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48364 class UpdateHubRequest < Struct.new( :hub_name, :hub_description, :hub_display_name, :hub_search_keywords) SENSITIVE = [] include Aws::Structure end  |