Class: Aws::SageMaker::Types::SpaceSharingSettingsSummary

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

Overview

Specifies summary information about the 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)


41265
41266
41267
41268
41269
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41265

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