Class: Aws::SageMaker::Types::DescribeNotebookInstanceInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeNotebookInstanceInput data as a hash:

{
  notebook_instance_name: "NotebookInstanceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_nameString

The name of the notebook instance that you want information about.

Returns:

  • (String)


3964
3965
3966
3967
# File 'lib/aws-sdk-sagemaker/types.rb', line 3964

class DescribeNotebookInstanceInput < Struct.new(
  :notebook_instance_name)
  include Aws::Structure
end