Class: Aws::SageMaker::Types::DescribeUserProfileRequest

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

#domain_idString

The domain ID.

Returns:

  • (String)


18213
18214
18215
18216
18217
18218
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18213

class DescribeUserProfileRequest < Struct.new(
  :domain_id,
  :user_profile_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_nameString

The user profile name. This value is not case sensitive.

Returns:

  • (String)


18213
18214
18215
18216
18217
18218
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18213

class DescribeUserProfileRequest < Struct.new(
  :domain_id,
  :user_profile_name)
  SENSITIVE = []
  include Aws::Structure
end