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.
11797 11798 11799 11800 11801 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11797 class DeleteNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end |