Class: Aws::SageMaker::Types::UpdateSpaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The ID of the associated Domain.

Returns:

  • (String)


41619
41620
41621
41622
41623
41624
41625
# File 'lib/aws-sdk-sagemaker/types.rb', line 41619

class UpdateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


41619
41620
41621
41622
41623
41624
41625
# File 'lib/aws-sdk-sagemaker/types.rb', line 41619

class UpdateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_settingsTypes::SpaceSettings

A collection of space settings.



41619
41620
41621
41622
41623
41624
41625
# File 'lib/aws-sdk-sagemaker/types.rb', line 41619

class UpdateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end