Class: Aws::SageMaker::Types::DescribeUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeUserProfileRequest
- 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.
18238 18239 18240 18241 18242 18243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18238 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name. This value is not case sensitive.
18238 18239 18240 18241 18242 18243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18238 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |