class Aws::SageMaker::Types::ListAppsRequest

@note When making an API call, you may pass ListAppsRequest

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      sort_order: "Ascending", # accepts Ascending, Descending
      sort_by: "CreationTime", # accepts CreationTime
      domain_id_equals: "DomainId",
      user_profile_name_equals: "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 to search for the domain ID.
@return [String]

@!attribute [rw] user_profile_name_equals

A parameter to search by user profile name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppsRequest AWS API Documentation

Constants

SENSITIVE