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.
19355 19356 19357 19358 19359 19360 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19355 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.
19355 19356 19357 19358 19359 19360 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19355 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |