Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the SageMaker Partner AI App to create the presigned URL for.
 - 
  
    
      #expires_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that will pass before the presigned URL expires.
 - 
  
    
      #session_expiration_duration_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App to create the presigned URL for.
      9582 9583 9584 9585 9586 9587 9588  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9582 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#expires_in_seconds ⇒ Integer
The time that will pass before the presigned URL expires.
      9582 9583 9584 9585 9586 9587 9588  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9582 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#session_expiration_duration_in_seconds ⇒ Integer
Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
      9582 9583 9584 9585 9586 9587 9588  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9582 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  |