Class: Aws::SageMaker::Types::DeleteUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteUserProfileRequest
- 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
-
#domain_id ⇒ String
The domain ID.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#domain_id ⇒ String
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_name ⇒ String
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 |