Class: Aws::SageMaker::Types::DeleteUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteUserProfileRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
13923 13924 13925 13926 13927 13928 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13923 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
13923 13924 13925 13926 13927 13928 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13923 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |