class Aws::SageMaker::Types::ListNotebookInstancesInput

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      sort_by: "Name", # accepts Name, CreationTime, Status
      sort_order: "Ascending", # accepts Ascending, Descending
      name_contains: "NotebookInstanceNameContains",
      creation_time_before: Time.now,
      creation_time_after: Time.now,
      last_modified_time_before: Time.now,
      last_modified_time_after: Time.now,
      status_equals: "Pending", # accepts Pending, InService, Stopping, Stopped, Failed, Deleting, Updating
      notebook_instance_lifecycle_config_name_contains: "NotebookInstanceLifecycleConfigName",
      default_code_repository_contains: "CodeRepositoryContains",
      additional_code_repository_equals: "CodeRepositoryNameOrUrl",
    }

@!attribute [rw] next_token

If the previous call to the `ListNotebookInstances` is truncated,
the response includes a `NextToken`. You can use this token in your
subsequent `ListNotebookInstances` request to fetch the next set of
notebook instances.

<note markdown="1"> You might specify a filter or a sort order in your request. When
response is truncated, you must use the same values for the filer
and sort order in the next request.

 </note>
@return [String]

@!attribute [rw] max_results

The maximum number of notebook instances to return.
@return [Integer]

@!attribute [rw] sort_by

The field to sort results by. The default is `Name`.
@return [String]

@!attribute [rw] sort_order

The sort order for results.
@return [String]

@!attribute [rw] name_contains

A string in the notebook instances' name. This filter returns only
notebook instances whose name contains the specified string.
@return [String]

@!attribute [rw] creation_time_before

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

@!attribute [rw] creation_time_after

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

@!attribute [rw] last_modified_time_before

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

@!attribute [rw] last_modified_time_after

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

@!attribute [rw] status_equals

A filter that returns only notebook instances with the specified
status.
@return [String]

@!attribute [rw] notebook_instance_lifecycle_config_name_contains

A string in the name of a notebook instances lifecycle configuration
associated with this notebook instance. This filter returns only
notebook instances associated with a lifecycle configuration with a
name that contains the specified string.
@return [String]

@!attribute [rw] default_code_repository_contains

A string in the name or URL of a Git repository associated with this
notebook instance. This filter returns only notebook instances
associated with a git repository with a name that contains the
specified string.
@return [String]

@!attribute [rw] additional_code_repository_equals

A filter that returns only notebook instances with associated with
the specified git repository.
@return [String]

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

Constants

SENSITIVE