Class: Aws::AppRunner::Types::ListConnectionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_summary_listArray<Types::ConnectionSummary>

A list of summary information records for connections. In a paginated request, the request returns up to ‘MaxResults` records for each call.

Returns:



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_tokenString

The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.

Returns:

  • (String)


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