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.
      9794 9795 9796 9797 9798 9799  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9794 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.
      9794 9795 9796 9797 9798 9799  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9794 class CreatePresignedNotebookInstanceUrlInput < Struct.new( :notebook_instance_name, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  |