class Aws::CloudWatchEvidently::Types::ListLaunchesRequest

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

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 `ListLaunches` operation.
@return [String]

@!attribute [rw] project

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

@!attribute [rw] status

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

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

Constants

SENSITIVE