Class: Aws::SageMaker::Types::OwnershipSettings

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

Overview

The collection of ownership settings for a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#owner_user_profile_nameString

The user profile who is the owner of the space.

Returns:

  • (String)


34775
34776
34777
34778
34779
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34775

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