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.
11487 11488 11489 11490 11491 11492 11493 11494 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11487 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.
11487 11488 11489 11490 11491 11492 11493 11494 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11487 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.
11487 11488 11489 11490 11491 11492 11493 11494 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11487 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.
11487 11488 11489 11490 11491 11492 11493 11494 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11487 class DeleteHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |