You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ListUserProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListUserProfilesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "NextToken",
  max_results: 1,
  sort_order: "Ascending", # accepts Ascending, Descending
  sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime
  domain_id_equals: "DomainId",
  user_profile_name_contains: "UserProfileName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id_equalsString

A parameter by which to filter the results.

Returns:

  • (String)

    A parameter by which to filter the results.

#max_resultsInteger

Returns a list up to a specified limit.

Returns:

  • (Integer)

    Returns a list up to a specified limit.

#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)

    If the previous response was truncated, you will receive this token.

#sort_byString

The parameter by which to sort the results. The default is CreationTime.

Possible values:

  • CreationTime
  • LastModifiedTime

Returns:

  • (String)

    The parameter by which to sort the results.

#sort_orderString

The sort order for the results. The default is Ascending.

Possible values:

  • Ascending
  • Descending

Returns:

  • (String)

    The sort order for the results.

#user_profile_name_containsString

A parameter by which to filter the results.

Returns:

  • (String)

    A parameter by which to filter the results.