Class: Aws::SageMaker::Types::DeleteHubContentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_nameString

The name of the content that you want to delete from a hub.

Returns:

  • (String)


10703
10704
10705
10706
10707
10708
10709
10710
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10703

class DeleteHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_typeString

The type of content that you want to delete from a hub.

Returns:

  • (String)


10703
10704
10705
10706
10707
10708
10709
10710
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10703

class DeleteHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_versionString

The version of the content that you want to delete from a hub.

Returns:

  • (String)


10703
10704
10705
10706
10707
10708
10709
10710
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10703

class DeleteHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub that you want to delete content in.

Returns:

  • (String)


10703
10704
10705
10706
10707
10708
10709
10710
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10703

class DeleteHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end