class Aws::SageMaker::Types::ListNotebookInstanceLifecycleConfigsInput

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      sort_by: "Name", # accepts Name, CreationTime, LastModifiedTime
      sort_order: "Ascending", # accepts Ascending, Descending
      name_contains: "NotebookInstanceLifecycleConfigNameContains",
      creation_time_before: Time.now,
      creation_time_after: Time.now,
      last_modified_time_before: Time.now,
      last_modified_time_after: Time.now,
    }

@!attribute [rw] next_token

If the result of a `ListNotebookInstanceLifecycleConfigs` request
was truncated, the response includes a `NextToken`. To get the next
set of lifecycle configurations, use the token in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of lifecycle configurations to return in the
response.
@return [Integer]

@!attribute [rw] sort_by

Sorts the list of results. The default is `CreationTime`.
@return [String]

@!attribute [rw] sort_order

The sort order for results.
@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] creation_time_before

A filter that returns only lifecycle configurations that were
created before the specified time (timestamp).
@return [Time]

@!attribute [rw] creation_time_after

A filter that returns only lifecycle configurations that were
created after the specified time (timestamp).
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns only lifecycle configurations that were
modified before the specified time (timestamp).
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns only lifecycle configurations that were
modified after the specified time (timestamp).
@return [Time]

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

Constants

SENSITIVE