Class: Aws::SageMaker::Types::StartNotebookInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartNotebookInstanceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass StartNotebookInstanceInput data as a hash:
{
notebook_instance_name: "NotebookInstanceName", # required
}
Instance Attribute Summary collapse
-
#notebook_instance_name ⇒ String
The name of the notebook instance to start.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the notebook instance to start.
17585 17586 17587 17588 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17585 class StartNotebookInstanceInput < Struct.new( :notebook_instance_name) include Aws::Structure end |