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

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)


44615
44616
44617
44618
44619
# File 'lib/aws-sdk-sagemaker/types.rb', line 44615

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