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)


17166
17167
17168
17169
17170
17171
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17166

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)


17166
17167
17168
17169
17170
17171
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17166

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