class Aws::Snowball::Types::ListClusterJobsRequest

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

data as a hash:

    {
      cluster_id: "ClusterId", # required
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] cluster_id

The 39-character ID for the cluster that you want to list, for
example `CID123e4567-e89b-12d3-a456-426655440000`.
@return [String]

@!attribute [rw] max_results

The number of `JobListEntry` objects to return.
@return [Integer]

@!attribute [rw] next_token

HTTP requests are stateless. To identify what object comes "next"
in the list of `JobListEntry` objects, you have the option of
specifying `NextToken` as the starting point for your returned list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobsRequest AWS API Documentation

Constants

SENSITIVE