class Aws::ImportExport::Types::ListJobsInput

Input structure for the ListJobs operation.

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

data as a hash:

    {
      max_jobs: 1,
      marker: "Marker",
      api_version: "APIVersion",
    }

@!attribute [rw] max_jobs

Sets the maximum number of jobs returned in the response. If there
are additional jobs that were not returned because MaxJobs was
exceeded, the response contains
<IsTruncated>true</IsTruncated>. To return the
additional jobs, see Marker.
@return [Integer]

@!attribute [rw] marker

Specifies the JOBID to start after when listing the jobs created
with your account. AWS Import/Export lists your jobs in reverse
chronological order. See MaxJobs.
@return [String]

@!attribute [rw] api_version

Specifies the version of the client tool.
@return [String]

Constants

SENSITIVE