You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ImportExport::Types::ListJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListJobsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Input structure for the ListJobs operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)

    Specifies the version of the client tool.

#markerString

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.

Returns:

  • (String)

    Specifies the JOBID to start after when listing the jobs created with your account.

#max_jobsInteger

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.

Returns:

  • (Integer)

    Sets the maximum number of jobs returned in the response.