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.
18315 18316 18317 18318 18319 18320 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18315 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.
18315 18316 18317 18318 18319 18320 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18315 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) SENSITIVE = [] include Aws::Structure end |