Class: Aws::SageMaker::Types::ListUserProfilesResponse

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

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


29940
29941
29942
29943
29944
29945
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29940

class ListUserProfilesResponse < Struct.new(
  :user_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_profilesArray<Types::UserProfileDetails>

The list of user profiles.

Returns:



29940
29941
29942
29943
29944
29945
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29940

class ListUserProfilesResponse < Struct.new(
  :user_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end