class Aws::Synthetics::Types::DescribeCanariesLastRunRequest

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

data as a hash:

    {
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] next_token

A token that indicates that there is more data available. You can
use this token in a subsequent `DescribeCanaries` operation to
retrieve the next set of results.
@return [String]

@!attribute [rw] max_results

Specify this parameter to limit how many runs are returned each time
you use the `DescribeLastRun` operation. If you omit this parameter,
the default of 100 is used.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/DescribeCanariesLastRunRequest AWS API Documentation

Constants

SENSITIVE