Class: Aws::SageMaker::Types::DeleteHubRequest

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_nameString

The name of the hub to delete.

Returns:

  • (String)


9918
9919
9920
9921
9922
# File 'lib/aws-sdk-sagemaker/types.rb', line 9918

class DeleteHubRequest < Struct.new(
  :hub_name)
  SENSITIVE = []
  include Aws::Structure
end