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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



410
411
412
413
414
415
# File 'lib/aws-sdk-codestarconnections/types.rb', line 410

class ListConnectionsOutput < Struct.new(
  :connections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


410
411
412
413
414
415
# File 'lib/aws-sdk-codestarconnections/types.rb', line 410

class ListConnectionsOutput < Struct.new(
  :connections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end