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.
11983 11984 11985 11986 11987 11988 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11983 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
11983 11984 11985 11986 11987 11988 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11983 class DeleteUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |