Class: Aws::SageMaker::Types::DeleteNotebookInstanceLifecycleConfigInput

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

Overview

Note:

When making an API call, you may pass DeleteNotebookInstanceLifecycleConfigInput data as a hash:

{
  notebook_instance_lifecycle_config_name: "NotebookInstanceLifecycleConfigName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_lifecycle_config_nameString

The name of the lifecycle configuration to delete.

Returns:

  • (String)


5860
5861
5862
5863
# File 'lib/aws-sdk-sagemaker/types.rb', line 5860

class DeleteNotebookInstanceLifecycleConfigInput < Struct.new(
  :notebook_instance_lifecycle_config_name)
  include Aws::Structure
end