class Aws::Synthetics::Types::GetCanaryRunsRequest

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

data as a hash:

    {
      name: "CanaryName", # required
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] name

The name of the canary that you want to see runs for.
@return [String]

@!attribute [rw] next_token

A token that indicates that there is more data available. You can
use this token in a subsequent `GetCanaryRuns` 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 `GetCanaryRuns` 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/GetCanaryRunsRequest AWS API Documentation

Constants

SENSITIVE