Class: Aws::SageMaker::Types::DeleteUserProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain ID.



11048
11049
11050
11051
11052
11053
# File 'lib/aws-sdk-sagemaker/types.rb', line 11048

class DeleteUserProfileRequest < Struct.new(
  :domain_id,
  :user_profile_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_nameString

The user profile name.



11048
11049
11050
11051
11052
11053
# File 'lib/aws-sdk-sagemaker/types.rb', line 11048

class DeleteUserProfileRequest < Struct.new(
  :domain_id,
  :user_profile_name)
  SENSITIVE = []
  include Aws::Structure
end