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

Class: Aws::Amplify::Types::ListBranchesResult

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

Overview

The result structure for the list branches request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#branchesArray<Types::Branch>

A list of branches for an Amplify app.

Returns:

  • (Array<Types::Branch>)

    A list of branches for an Amplify app.

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)

    A pagination token.