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

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

Overview

Note:

When making an API call, you may pass DeleteUserProfileRequest data as a hash:

{
  domain_id: "DomainId", # required
  user_profile_name: "UserProfileName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain ID.



5970
5971
5972
5973
5974
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970

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

#user_profile_nameString

The user profile name.



5970
5971
5972
5973
5974
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970

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