Class: Aws::SageMaker::Types::StopNotebookInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopNotebookInstanceInput
- 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 notebook instance to terminate.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the notebook instance to terminate.
41774 41775 41776 41777 41778 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41774 class StopNotebookInstanceInput < Struct.new( :notebook_instance_name) SENSITIVE = [] include Aws::Structure end |