Class: Aws::SageMaker::Types::DeleteNotebookInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteNotebookInstanceInput
- Defined in:
- gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11797 class DeleteNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end |