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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_instance_name ⇒ String
The name of the SageMaker notebook instance to delete.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the SageMaker notebook instance to delete.
11685 11686 11687 11688 11689 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11685 class DeleteNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end |