Class: Aws::SageMaker::Types::DeleteNotebookInstanceInput

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

#notebook_instance_nameString

The name of the SageMaker notebook instance to delete.

Returns:

  • (String)


10926
10927
10928
10929
10930
# File 'lib/aws-sdk-sagemaker/types.rb', line 10926

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