Class: Aws::AppRunner::Types::ListConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ListConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_summary_list ⇒ Array<Types::ConnectionSummary>
A list of summary information records for connections.
-
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page.
Instance Attribute Details
#connection_summary_list ⇒ Array<Types::ConnectionSummary>
A list of summary information records for connections. In a paginated request, the request returns up to ‘MaxResults` records for each call.
1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1780 class ListConnectionsResponse < Struct.new( :connection_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.
1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1780 class ListConnectionsResponse < Struct.new( :connection_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |