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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/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:



801
802
803
804
805
806
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 801

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)


801
802
803
804
805
806
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 801

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