class Aws::Synthetics::Types::DescribeRuntimeVersionsRequest

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

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 `DescribeRuntimeVersions` 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 `DescribeRuntimeVersions` 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/DescribeRuntimeVersionsRequest AWS API Documentation

Constants

SENSITIVE