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.

Returns:

  • (String)


11129
11130
11131
11132
11133
11134
# File 'lib/aws-sdk-sagemaker/types.rb', line 11129

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

#user_profile_nameString

The user profile name.

Returns:

  • (String)


11129
11130
11131
11132
11133
11134
# File 'lib/aws-sdk-sagemaker/types.rb', line 11129

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