class Aws::SageMaker::Types::ListUserProfilesRequest
@note When making an API call, you may pass ListUserProfilesRequest
data as a 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", }
@!attribute [rw] next_token
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results. @return [String]
@!attribute [rw] max_results
Returns a list up to a specified limit. @return [Integer]
@!attribute [rw] sort_order
The sort order for the results. The default is Ascending. @return [String]
@!attribute [rw] sort_by
The parameter by which to sort the results. The default is CreationTime. @return [String]
@!attribute [rw] domain_id_equals
A parameter by which to filter the results. @return [String]
@!attribute [rw] user_profile_name_contains
A parameter by which to filter the results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUserProfilesRequest AWS API Documentation
Constants
- SENSITIVE