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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_nameString

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

Returns:

  • (String)


15549
15550
15551
15552
15553
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15549

class DescribeNotebookInstanceInput < Struct.new(
  :notebook_instance_name)
  SENSITIVE = []
  include Aws::Structure
end