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

Class: Aws::CodeStarconnections::Types::ListConnectionsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<Types::Connection>

A list of connections and the details for each connection, such as status, owner, and provider type.

Returns:

  • (Array<Types::Connection>)

    A list of connections and the details for each connection, such as status, owner, and provider type.

#next_tokenString

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

Returns:

  • (String)

    A token that can be used in the next ListConnections call.