class Aws::SageMaker::Types::ListAppImageConfigsRequest
@note When making an API call, you may pass ListAppImageConfigsRequest
data as a hash: { max_results: 1, next_token: "NextToken", name_contains: "AppImageConfigName", creation_time_before: Time.now, creation_time_after: Time.now, modified_time_before: Time.now, modified_time_after: Time.now, sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime, Name sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] max_results
The maximum number of AppImageConfigs to return in the response. The default value is 10. @return [Integer]
@!attribute [rw] next_token
If the previous call to `ListImages` didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs. @return [String]
@!attribute [rw] name_contains
A filter that returns only AppImageConfigs whose name contains the specified string. @return [String]
@!attribute [rw] creation_time_before
A filter that returns only AppImageConfigs created on or before the specified time. @return [Time]
@!attribute [rw] creation_time_after
A filter that returns only AppImageConfigs created on or after the specified time. @return [Time]
@!attribute [rw] modified_time_before
A filter that returns only AppImageConfigs modified on or before the specified time. @return [Time]
@!attribute [rw] modified_time_after
A filter that returns only AppImageConfigs modified on or after the specified time. @return [Time]
@!attribute [rw] sort_by
The property used to sort results. The default value is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order. The default value is `Descending`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppImageConfigsRequest AWS API Documentation
Constants
- SENSITIVE