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

Class: Aws::Amplify::Types::ListAppsResult

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

Overview

The result structure for an Amplify app list request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#appsArray<Types::App>

A list of Amplify apps.

Returns:

#next_tokenString

A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.

Returns:

  • (String)

    A pagination token.