Class: Aws::SageMaker::Types::DeleteHubRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteHubRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub to delete.
 
Instance Attribute Details
#hub_name ⇒ String
The name of the hub to delete.
      12197 12198 12199 12200 12201  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12197 class DeleteHubRequest < Struct.new( :hub_name) SENSITIVE = [] include Aws::Structure end  |