class Aws::SageMaker::Types::ListFlowDefinitionsRequest
@note When making an API call, you may pass ListFlowDefinitionsRequest
data as a hash: { creation_time_after: Time.now, creation_time_before: Time.now, sort_order: "Ascending", # accepts Ascending, Descending next_token: "NextToken", max_results: 1, }
@!attribute [rw] creation_time_after
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp. @return [Time]
@!attribute [rw] creation_time_before
A filter that returns only flow definitions that were created before the specified timestamp. @return [Time]
@!attribute [rw] sort_order
An optional value that specifies whether you want the results sorted in `Ascending` or `Descending` order. @return [String]
@!attribute [rw] next_token
A token to resume pagination. @return [String]
@!attribute [rw] max_results
The total number of items to return. If the total number of available items is more than the value specified in `MaxResults`, then a `NextToken` will be provided in the output that you can use to resume pagination. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFlowDefinitionsRequest AWS API Documentation
Constants
- SENSITIVE