class Aws::CloudWatchEvidently::Types::ListExperimentsRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      project: "ProjectRef", # required
      status: "CREATED", # accepts CREATED, UPDATING, RUNNING, COMPLETED, CANCELLED
    }

@!attribute [rw] max_results

The maximum number of results to include in the response.
@return [Integer]

@!attribute [rw] next_token

The token to use when requesting the next set of results. You
received this token from a previous `ListExperiments` operation.
@return [String]

@!attribute [rw] project

The name or ARN of the project to return the experiment list from.
@return [String]

@!attribute [rw] status

Use this optional parameter to limit the returned results to only
the experiments with the status that you specify here.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/ListExperimentsRequest AWS API Documentation

Constants

SENSITIVE