Class: Aws::SageMaker::Types::DeleteNotebookInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteNotebookInstanceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DeleteNotebookInstanceInput data as a hash:
{
notebook_instance_name: "NotebookInstanceName", # required
}
Instance Attribute Summary collapse
-
#notebook_instance_name ⇒ String
The name of the Amazon SageMaker notebook instance to delete.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the Amazon SageMaker notebook instance to delete.
5842 5843 5844 5845 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5842 class DeleteNotebookInstanceInput < Struct.new( :notebook_instance_name) include Aws::Structure end |