Class: Aws::SageMaker::Types::CreateDomainResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateDomainResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the created domain.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL to the created domain.
 
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the created domain.
      6752 6753 6754 6755 6756 6757  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6752 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
The URL to the created domain.
      6752 6753 6754 6755 6756 6757  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6752 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end  |