Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreatePartnerAppPresignedUrlResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The presigned URL that you can use to access the SageMaker Partner AI App.
 
Instance Attribute Details
#url ⇒ String
The presigned URL that you can use to access the SageMaker Partner AI App.
      9553 9554 9555 9556 9557  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9553 class CreatePartnerAppPresignedUrlResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end  |