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 AI notebook instance to delete.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the SageMaker AI notebook instance to delete.
15111 15112 15113 15114 15115 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15111 class DeleteNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end |