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
Constant Summary collapse
- SENSITIVE =
[]
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.
11871 11872 11873 11874 11875 11876 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11871 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
11871 11872 11873 11874 11875 11876 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11871 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |