Class: Aws::AppRunner::Types::ListConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ListConnectionsResponse
- Defined in:
- gems/aws-sdk-apprunner/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.
1875 1876 1877 1878 1879 1880 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1875 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.
1875 1876 1877 1878 1879 1880 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1875 class ListConnectionsResponse < Struct.new( :connection_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |