Class: Aws::SageMaker::Types::OwnershipSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OwnershipSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The collection of ownership settings for a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_user_profile_name ⇒ String
The user profile who is the owner of the space.
Instance Attribute Details
#owner_user_profile_name ⇒ String
The user profile who is the owner of the space.
35929 35930 35931 35932 35933 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35929 class OwnershipSettings < Struct.new( :owner_user_profile_name) SENSITIVE = [] include Aws::Structure end |