The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CognitoSync::ListRecordsResponse

ATTRIBUTES

Count => Int

  Total number of records.
=head2 DatasetDeletedAfterRequestedSyncCount => Bool

  A boolean value specifying whether to delete the dataset locally.
=head2 DatasetExists => Bool

  Indicates whether the dataset exists.
=head2 DatasetSyncCount => Int

  Server sync count for this dataset.
=head2 LastModifiedBy => Str

  The user/device that made the last change to this record.
=head2 MergedDatasetNames => ArrayRef[Str]

  Names of merged datasets.
=head2 NextToken => Str

  A pagination token for obtaining the next page of results.
=head2 Records => ArrayRef[L<Paws::CognitoSync::Record>]

  A list of all records.
=head2 SyncSessionToken => Str

  A token containing a session ID, identity ID, and expiration.