Class: Aws::SageMaker::Types::UpdateSpaceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateSpaceRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the associated domain.
 - 
  
    
      #space_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the space that appears in the Amazon SageMaker Studio UI.
 - 
  
    
      #space_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the space.
 - 
  
    
      #space_settings  ⇒ Types::SpaceSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of space settings.
 
Instance Attribute Details
#domain_id ⇒ String
The ID of the associated domain.
      49373 49374 49375 49376 49377 49378 49379 49380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49373 class UpdateSpaceRequest < Struct.new( :domain_id, :space_name, :space_settings, :space_display_name) SENSITIVE = [] include Aws::Structure end  | 
  
#space_display_name ⇒ String
The name of the space that appears in the Amazon SageMaker Studio UI.
      49373 49374 49375 49376 49377 49378 49379 49380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49373 class UpdateSpaceRequest < Struct.new( :domain_id, :space_name, :space_settings, :space_display_name) SENSITIVE = [] include Aws::Structure end  | 
  
#space_name ⇒ String
The name of the space.
      49373 49374 49375 49376 49377 49378 49379 49380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49373 class UpdateSpaceRequest < Struct.new( :domain_id, :space_name, :space_settings, :space_display_name) SENSITIVE = [] include Aws::Structure end  | 
  
#space_settings ⇒ Types::SpaceSettings
A collection of space settings.
      49373 49374 49375 49376 49377 49378 49379 49380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49373 class UpdateSpaceRequest < Struct.new( :domain_id, :space_name, :space_settings, :space_display_name) SENSITIVE = [] include Aws::Structure end  |