Class: Aws::SageMaker::Types::CreatePresignedDomainUrlResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreatePresignedDomainUrlResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorized_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The presigned URL.
 
Instance Attribute Details
#authorized_url ⇒ String
The presigned URL.
      9743 9744 9745 9746 9747  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9743 class CreatePresignedDomainUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end  |