Class: Aws::SageMaker::Types::CreateUserProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateUserProfileResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#user_profile_arn ⇒ String
The user profile Amazon Resource Name (ARN).
Instance Attribute Details
#user_profile_arn ⇒ String
The user profile Amazon Resource Name (ARN).
5156 5157 5158 5159 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5156 class CreateUserProfileResponse < Struct.new( :user_profile_arn) include Aws::Structure end |