class Aws::SageMaker::Types::ListStudioLifecycleConfigsRequest
@note When making an API call, you may pass ListStudioLifecycleConfigsRequest
data as a hash: { max_results: 1, next_token: "NextToken", name_contains: "StudioLifecycleConfigName", app_type_equals: "JupyterServer", # accepts JupyterServer, KernelGateway 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 Studio Lifecycle Configurations to return in the response. The default value is 10. @return [Integer]
@!attribute [rw] next_token
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations. @return [String]
@!attribute [rw] name_contains
A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string. @return [String]
@!attribute [rw] app_type_equals
A parameter to search for the App Type to which the Lifecycle Configuration is attached. @return [String]
@!attribute [rw] creation_time_before
A filter that returns only Lifecycle Configurations created on or before the specified time. @return [Time]
@!attribute [rw] creation_time_after
A filter that returns only Lifecycle Configurations created on or after the specified time. @return [Time]
@!attribute [rw] modified_time_before
A filter that returns only Lifecycle Configurations modified before the specified time. @return [Time]
@!attribute [rw] modified_time_after
A filter that returns only Lifecycle Configurations modified 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/ListStudioLifecycleConfigsRequest AWS API Documentation
Constants
- SENSITIVE