Class: Aws::SageMaker::Types::SpaceSharingSettings

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

Overview

A collection of space sharing settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sharing_typeString

Specifies the sharing type of the space.

Returns:

  • (String)


46317
46318
46319
46320
46321
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46317

class SpaceSharingSettings < Struct.new(
  :sharing_type)
  SENSITIVE = []
  include Aws::Structure
end