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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-importexport/types.rb

Overview

Input structure for the ListJobs operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)


534
535
536
537
538
539
540
# File 'lib/aws-sdk-importexport/types.rb', line 534

class ListJobsInput < Struct.new(
  :max_jobs,
  :marker,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#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)


534
535
536
537
538
539
540
# File 'lib/aws-sdk-importexport/types.rb', line 534

class ListJobsInput < Struct.new(
  :max_jobs,
  :marker,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#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 &lt;IsTruncated&gt;true&lt;/IsTruncated&gt;. To return the additional jobs, see Marker.

Returns:

  • (Integer)


534
535
536
537
538
539
540
# File 'lib/aws-sdk-importexport/types.rb', line 534

class ListJobsInput < Struct.new(
  :max_jobs,
  :marker,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end