Class: Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedNotebookInstanceUrlInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
9255 9256 9257 9258 9259 9260 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9255 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.
9255 9256 9257 9258 9259 9260 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9255 class CreatePresignedNotebookInstanceUrlInput < Struct.new( :notebook_instance_name, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |