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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


10709
10710
10711
10712
10713
10714
10715
10716
# File 'lib/aws-sdk-sagemaker/types.rb', line 10709

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)


10709
10710
10711
10712
10713
10714
10715
10716
# File 'lib/aws-sdk-sagemaker/types.rb', line 10709

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)


10709
10710
10711
10712
10713
10714
10715
10716
# File 'lib/aws-sdk-sagemaker/types.rb', line 10709

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)


10709
10710
10711
10712
10713
10714
10715
10716
# File 'lib/aws-sdk-sagemaker/types.rb', line 10709

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