Class: Aws::CodeStarconnections::Types::ListConnectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListConnectionsOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
A list of connections and the details for each connection, such as status, owner, and provider type.
-
#next_token ⇒ String
A token that can be used in the next
ListConnections
call.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
A list of connections and the details for each connection, such as status, owner, and provider type.
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_token ⇒ String
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.
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 |