class Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput

@note When making an API call, you may pass CreatePresignedNotebookInstanceUrlInput

data as a hash:

    {
      notebook_instance_name: "NotebookInstanceName", # required
      session_expiration_duration_in_seconds: 1,
    }

@!attribute [rw] notebook_instance_name

The name of the notebook instance.
@return [String]

@!attribute [rw] session_expiration_duration_in_seconds

The duration of the session, in seconds. The default is 12 hours.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedNotebookInstanceUrlInput AWS API Documentation

Constants

SENSITIVE