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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


11123
11124
11125
11126
11127
11128
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11123

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

#user_profile_nameString

The user profile name.

Returns:

  • (String)


11123
11124
11125
11126
11127
11128
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11123

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