Class: Aws::SageMaker::Types::SpaceSharingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceSharingSettings
- 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
-
#sharing_type ⇒ String
Specifies the sharing type of the space.
Instance Attribute Details
#sharing_type ⇒ String
Specifies the sharing type of the space.
43184 43185 43186 43187 43188 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43184 class SpaceSharingSettings < Struct.new( :sharing_type) SENSITIVE = [] include Aws::Structure end |