class Aws::CloudWatchEvidently::Client

def list_launches(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_launches(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/ListLaunches - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListLaunchesResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :status (String) --
  • :project (required, String) --
  • :next_token (String) --
  • :max_results (Integer) --
def list_launches(params = {}, options = {})
  req = build_request(:list_launches, params)
  req.send_request(options)
end