class Aws::IoTWireless::Types::ListWirelessGatewayTaskDefinitionsRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      task_definition_type: "UPDATE", # accepts UPDATE
    }

@!attribute [rw] max_results

The maximum number of results to return in this operation.
@return [Integer]

@!attribute [rw] next_token

To retrieve the next set of results, the `nextToken` value from a
previous response; otherwise **null** to receive the first set of
results.
@return [String]

@!attribute [rw] task_definition_type

A filter to list only the wireless gateway task definitions that use
this task definition type.
@return [String]

Constants

SENSITIVE