1
2package Paws::ImportExport::ListJobsOutput {
3  use Moose;
4  has IsTruncated => (is => 'ro', isa => 'Bool');
5  has Jobs => (is => 'ro', isa => 'ArrayRef[Paws::ImportExport::Job]');
6
7}
81;
9
10### main pod documentation begin ###
11
12=head1 NAME
13
14Paws::ImportExport::ListJobsOutput
15
16=head1 ATTRIBUTES
17
18=head2 IsTruncated => Bool
19
20
21=head2 Jobs => ArrayRef[Paws::ImportExport::Job]
22
23
24
25
26=cut
27
28