class Aws::SnowDeviceManagement::Types::ListExecutionsInput
@note When making an API call, you may pass ListExecutionsInput
data as a hash: { max_results: 1, next_token: "NextToken", state: "QUEUED", # accepts QUEUED, IN_PROGRESS, CANCELED, FAILED, SUCCEEDED, REJECTED, TIMED_OUT task_id: "TaskId", # required }
@!attribute [rw] max_results
The maximum number of tasks to list 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 tasks by their current state. @return [String]
@!attribute [rw] task_id
The ID of the task. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/snow-device-management-2021-08-04/ListExecutionsInput AWS API Documentation
Constants
- SENSITIVE