Class: Aws::SageMaker::Types::CreateUserProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_profile_arnString

The user profile Amazon Resource Name (ARN).

Returns:

  • (String)


9457
9458
9459
9460
9461
# File 'lib/aws-sdk-sagemaker/types.rb', line 9457

class CreateUserProfileResponse < Struct.new(
  :user_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end