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

Class: Aws::ImportExport::Types::ListJobsOutput

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

Overview

Output structure for the ListJobs operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Indicates whether the list of jobs was truncated. If true, then call ListJobs again using the last JobId element as the marker.

Returns:

  • (Boolean)

    Indicates whether the list of jobs was truncated.

#jobsArray<Types::Job>

A list container for Jobs returned by the ListJobs operation.

Returns:

  • (Array<Types::Job>)

    A list container for Jobs returned by the ListJobs operation.