Class: Aws::SageMaker::Types::DeleteHubContentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteHubContentRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hub_content_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the content that you want to delete from a hub.
 - 
  
    
      #hub_content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of content that you want to delete from a hub.
 - 
  
    
      #hub_content_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the content that you want to delete from a hub.
 - 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub that you want to delete content in.
 
Instance Attribute Details
#hub_content_name ⇒ String
The name of the content that you want to delete from a hub.
      12182 12183 12184 12185 12186 12187 12188 12189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12182 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_content_type ⇒ String
The type of content that you want to delete from a hub.
      12182 12183 12184 12185 12186 12187 12188 12189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12182 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_content_version ⇒ String
The version of the content that you want to delete from a hub.
      12182 12183 12184 12185 12186 12187 12188 12189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12182 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_name ⇒ String
The name of the hub that you want to delete content in.
      12182 12183 12184 12185 12186 12187 12188 12189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12182 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end  |