class Aws::SnowDeviceManagement::Types::ListTasksInput

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      state: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELED, COMPLETED
    }

@!attribute [rw] max_results

The maximum number of tasks per page.
@return [Integer]

@!attribute [rw] next_token

A pagination token to continue to the next page of tasks.
@return [String]

@!attribute [rw] state

A structure used to filter the list of tasks.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snow-device-management-2021-08-04/ListTasksInput AWS API Documentation

Constants

SENSITIVE