Class: Aws::SageMaker::Types::DeleteNotebookInstanceLifecycleConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteNotebookInstanceLifecycleConfigInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DeleteNotebookInstanceLifecycleConfigInput data as a hash:
{
notebook_instance_lifecycle_config_name: "NotebookInstanceLifecycleConfigName", # required
}
Instance Attribute Summary collapse
-
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration to delete.
Instance Attribute Details
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration to delete.
5860 5861 5862 5863 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5860 class DeleteNotebookInstanceLifecycleConfigInput < Struct.new( :notebook_instance_lifecycle_config_name) include Aws::Structure end |