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)


10724
10725
10726
10727
10728
# File 'lib/aws-sdk-sagemaker/types.rb', line 10724

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