class Aws::SageMaker::Types::ListProjectsInput
@note When making an API call, you may pass ListProjectsInput
data as a hash: { creation_time_after: Time.now, creation_time_before: Time.now, max_results: 1, name_contains: "ProjectEntityName", next_token: "NextToken", sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] creation_time_after
A filter that returns the projects that were created after a specified time. @return [Time]
@!attribute [rw] creation_time_before
A filter that returns the projects that were created before a specified time. @return [Time]
@!attribute [rw] max_results
The maximum number of projects to return in the response. @return [Integer]
@!attribute [rw] name_contains
A filter that returns the projects whose name contains a specified string. @return [String]
@!attribute [rw] next_token
If the result of the previous `ListProjects` request was truncated, the response includes a `NextToken`. To retrieve the next set of projects, use the token in the next request. @return [String]
@!attribute [rw] sort_by
The field by which to sort results. The default is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order for results. The default is `Ascending`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjectsInput AWS API Documentation
Constants
- SENSITIVE