Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_instance_name ⇒ String
The name of the notebook instance.
-
#session_expiration_duration_in_seconds ⇒ Integer
The duration of the session, in seconds.
Instance Attribute Details
#notebook_instance_name ⇒ String
The name of the notebook instance.
9294 9295 9296 9297 9298 9299 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9294 class CreatePresignedNotebookInstanceUrlInput < Struct.new( :notebook_instance_name, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#session_expiration_duration_in_seconds ⇒ Integer
The duration of the session, in seconds. The default is 12 hours.
9294 9295 9296 9297 9298 9299 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9294 class CreatePresignedNotebookInstanceUrlInput < Struct.new( :notebook_instance_name, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |