Class: Aws::SageMaker::Types::UpdateUserProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


44476
44477
44478
44479
44480
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44476

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