Class: Aws::SageMaker::Types::CreateSpaceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateSpaceResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #space_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The space’s Amazon Resource Name (ARN).
 
Instance Attribute Details
#space_arn ⇒ String
The space’s Amazon Resource Name (ARN).
      10110 10111 10112 10113 10114  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10110 class CreateSpaceResponse < Struct.new( :space_arn) SENSITIVE = [] include Aws::Structure end  |