Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput

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.

Returns:

  • (String)


8513
8514
8515
8516
8517
8518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8513

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

#session_expiration_duration_in_secondsInteger

The duration of the session, in seconds. The default is 12 hours.

Returns:

  • (Integer)


8513
8514
8515
8516
8517
8518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8513

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