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.
11414 11415 11416 11417 11418 11419 11420 11421 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11414 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.
11414 11415 11416 11417 11418 11419 11420 11421 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11414 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.
11414 11415 11416 11417 11418 11419 11420 11421 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11414 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.
11414 11415 11416 11417 11418 11419 11420 11421 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11414 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |